mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-05 03:02:56 +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;
|