Skip to content

Commit

Permalink
Merge pull request #239 from iWuna/feature/db
Browse files Browse the repository at this point in the history
fix sql script
  • Loading branch information
iWuna authored Nov 19, 2023
2 parents c9af95a + e38dcfa commit 2936ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SQL/tgstation_schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ CREATE TABLE `custom_items` (
`rolename` varchar(250) NOT NULL,
`itempath` varchar(250) NOT NULL,
`description` varchar(250),
PRIMARY KEY (`id`);
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

DROP TABLE IF EXISTS `role_whitelist`;
Expand Down

0 comments on commit 2936ea8

Please sign in to comment.