Fix the first DB table schema.
This commit is contained in:
parent
e76923481d
commit
e2e03784ea
@ -15,7 +15,7 @@ func init() {
|
|||||||
topic VARCHAR(512) NOT NULL,
|
topic VARCHAR(512) NOT NULL,
|
||||||
avatar VARCHAR(255) NOT NULL,
|
avatar VARCHAR(255) NOT NULL,
|
||||||
avatar_url VARCHAR(255),
|
avatar_url VARCHAR(255),
|
||||||
encrypted BOOLEAN NOT NULL DEFAULT false
|
encrypted BOOLEAN NOT NULL DEFAULT false,
|
||||||
|
|
||||||
PRIMARY KEY (jid, receiver)
|
PRIMARY KEY (jid, receiver)
|
||||||
)`)
|
)`)
|
||||||
|
Loading…
Reference in New Issue
Block a user