Skip to content

Commit

Permalink
fix: sql syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Feb 5, 2025
1 parent ddc8620 commit e14ac78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ USE seichiassist;

CREATE TABLE IF NOT EXISTS player_break_suppression_preference(
uuid CHAR(36) NOT NULL PRIMARY KEY,
do_break_suppression_due_to_mana BOOL NOT NULL DEFAULT FALSE,
do_break_suppression_due_to_mana BOOL NOT NULL DEFAULT FALSE
);

0 comments on commit e14ac78

Please sign in to comment.