Files
MyClub/database/migrations/20251012000001_create_clothing_table.down.sql
T
Tomáš Dvořák 12cba639b9 upload
2025-10-16 13:32:05 +02:00

6 lines
191 B
SQL

-- Drop clothing table
DROP INDEX IF EXISTS idx_clothing_created_at;
DROP INDEX IF EXISTS idx_clothing_display_order;
DROP INDEX IF EXISTS idx_clothing_active;
DROP TABLE IF EXISTS clothing;