Skip to content

Commit

Permalink
fix payment table unique constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
amCap1712 committed Sep 10, 2024
1 parent 71905b1 commit 02bf0cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BEGIN;

ALTER TABLE supporter ADD COLUMN musicbrainz_row_id INTEGER UNIQUE;
ALTER TABLE payment ADD COLUMN editor_id INTEGER UNIQUE;
ALTER TABLE payment ADD COLUMN editor_id INTEGER;

COMMIT;

0 comments on commit 02bf0cd

Please sign in to comment.