This commit is contained in:
Tomáš Dvořák
2025-10-16 13:32:05 +02:00
commit 12cba639b9
663 changed files with 168914 additions and 0 deletions
@@ -0,0 +1,5 @@
-- 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;