Skip to content

Commit

Permalink
fix: remove comma
Browse files Browse the repository at this point in the history
  • Loading branch information
phacUFPE committed Aug 18, 2024
1 parent 33d7c53 commit 578004e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ CREATE TABLE IF NOT EXISTS `player_bosstiary` (
`bossIdSlotOne` int NOT NULL DEFAULT 0,
`bossIdSlotTwo` int NOT NULL DEFAULT 0,
`removeTimes` int NOT NULL DEFAULT 1,
`tracker` blob NOT NULL,
`tracker` blob NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- Table structure `player_rewards`
Expand Down

0 comments on commit 578004e

Please sign in to comment.