Skip to content

Commit 324420a

Browse files
committed
pls don't be unique
1 parent cf37bc2 commit 324420a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/net/azisaba/guildchatdiscord/util/DatabaseManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ object DatabaseManager {
1616
query("""
1717
CREATE TABLE IF NOT EXISTS `users` (
1818
`id` BIGINT NOT NULL AUTO_INCREMENT,
19-
`discord_id` BIGINT NOT NULL UNIQUE DEFAULT -1,
19+
`discord_id` BIGINT NOT NULL DEFAULT -1,
2020
`minecraft_uuid` VARCHAR(36) NOT NULL UNIQUE,
2121
`minecraft_name` VARCHAR(16) NOT NULL,
2222
`link_code` VARCHAR(8) NOT NULL UNIQUE,

0 commit comments

Comments
 (0)