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:
parent
45e7d8426d
commit
7167df7979
1 changed files with 1 additions and 1 deletions
|
@ -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 '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue