1
Fork 0
holycow/holycow_backend/migrations/2024-11-29-151839_ununique matchnames/down.sql

3 lines
69 B
MySQL
Raw Permalink Normal View History

2024-11-30 18:04:07 +00:00
ALTER TABLE matches
ADD CONSTRAINT match_unique_name UNIQUE (name);