Files
lti-api/internal/database/migrations/20260416090000_create_farm_depreciation_snapshots.down.sql
T
2026-04-17 21:26:56 +07:00

5 lines
188 B
SQL

DROP INDEX IF EXISTS idx_farm_depreciation_snapshots_project_flock_id;
DROP INDEX IF EXISTS idx_farm_depreciation_snapshots_period_date;
DROP TABLE IF EXISTS farm_depreciation_snapshots;