Skip to content

Commit

Permalink
🔥 Remove: participant table에 palette column 삭제
Browse files Browse the repository at this point in the history
<footer>
- 관련: #428
  • Loading branch information
joowojr committed Jan 12, 2025
1 parent 19ca047 commit 886eba6
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
-- V1.1.9__Drop_palette_column_from_participant_table

SET foreign_key_checks = 0;
ALTER TABLE participant DROP FOREIGN KEY fk_participant_palette;
ALTER TABLE participant DROP COLUMN palette_id;
SET foreign_key_checks = 1;

0 comments on commit 886eba6

Please sign in to comment.