mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-03 18:22:57 +00:00
3 lines
132 B
SQL
3 lines
132 B
SQL
-- Down migration for reaction constraint fix
|
|
ALTER TABLE comment_reactions DROP CONSTRAINT IF EXISTS unique_comment_user_reaction;
|