Files
papercrate/backend/migrations/202511110100_add_tenant_capability_enum/down.sql
T
2025-11-12 02:16:20 +01:00

5 lines
135 B
SQL

-- diesel:run_in_transaction = false
-- Enum values cannot be removed safely; this down migration intentionally left empty.
SELECT 1;