1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 01:39:35 +02:00

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

View file

@ -18,7 +18,7 @@
CREATE TABLE users ( CREATE TABLE users (
username varchar(191) NOT NULL, username varchar(191) NOT NULL,
type smallint NOT NULL,, type smallint NOT NULL,
password text NOT NULL, password text NOT NULL,
serverkey varchar(128) NOT NULL DEFAULT '', serverkey varchar(128) NOT NULL DEFAULT '',
salt varchar(128) NOT NULL DEFAULT '', salt varchar(128) NOT NULL DEFAULT '',