mysql.sql: Fix typo in commit 7862c6a when creating users table
This commit is contained in:
+1
-1
@@ -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 '',
|
||||
|
||||
Reference in New Issue
Block a user