mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Use MEDIUMTEXT type for vcard avatars in MySQL schema (EJAB-1252)
This commit is contained in:
parent
0d2a8cd04f
commit
78931d8efa
@ -72,7 +72,7 @@ CREATE INDEX i_despool USING BTREE ON spool(username);
|
||||
|
||||
CREATE TABLE vcard (
|
||||
username varchar(250) PRIMARY KEY,
|
||||
vcard text NOT NULL,
|
||||
vcard mediumtext NOT NULL,
|
||||
created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
|
||||
) CHARACTER SET utf8;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user