blog/backend/migrations/20251012123809_add_unique_index_to_label_name.down.sql
SquidSpirit 88aceb3a51
All checks were successful
Frontend CI / build (push) Successful in 1m22s
feat: add unique index to label name column
2025-10-12 20:49:47 +08:00

3 lines
85 B
SQL

-- Remove unique index from label name column
DROP INDEX IF EXISTS "idx_label_name";