Skip to content

Commit

Permalink
fix: schema
Browse files Browse the repository at this point in the history
  • Loading branch information
phacUFPE committed Aug 18, 2024
1 parent 36d0a42 commit 08ad270
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 @@ -852,7 +852,7 @@ CREATE TABLE IF NOT EXISTS `worlds` (
`port` int(5) UNSIGNED NOT NULL,
PRIMARY KEY (`id`),
CONSTRAINT `worlds_unique` UNIQUE (`name`)
)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- Create Account god/god
INSERT INTO `accounts`
Expand Down

0 comments on commit 08ad270

Please sign in to comment.