mysql.sql: Fix typo in commit 7862c6a when creating users table

This commit is contained in:
Badlop
2025-04-21 11:05:12 +02:00
parent 45e7d8426d
commit 7167df7979
+1 -1
View File
@@ -18,7 +18,7 @@
CREATE TABLE users (
username varchar(191) NOT NULL,
type smallint NOT NULL,,
type smallint NOT NULL,
password text NOT NULL,
serverkey varchar(128) NOT NULL DEFAULT '',
salt varchar(128) NOT NULL DEFAULT '',