buster/apps/api/migrations/2025-01-27-235858_dashboard.../down.sql

10 lines
280 B
MySQL
Raw Normal View History

2025-01-28 23:29:43 +08:00
-- This file should undo anything in `up.sql`
2025-01-29 00:57:40 +08:00
-- Drop indexes
DROP INDEX IF EXISTS dashboard_files_deleted_at_idx;
DROP INDEX IF EXISTS dashboard_files_created_by_idx;
DROP INDEX IF EXISTS dashboard_files_organization_id_idx;
-- Drop table
DROP TABLE IF EXISTS dashboard_files;