mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 01:39:35 +02:00
Make PostgreSQL schema compatible with CockroachDB
This commit is contained in:
parent
b5d4b86724
commit
86bb77bfc2
2 changed files with 2 additions and 2 deletions
|
@ -282,7 +282,7 @@ CREATE TABLE vcard_search (
|
|||
server_host text NOT NULL,
|
||||
fn text NOT NULL,
|
||||
lfn text NOT NULL,
|
||||
family text NOT NULL,
|
||||
"family" text NOT NULL,
|
||||
lfamily text NOT NULL,
|
||||
given text NOT NULL,
|
||||
lgiven text NOT NULL,
|
||||
|
|
|
@ -125,7 +125,7 @@ CREATE TABLE vcard_search (
|
|||
lusername text PRIMARY KEY,
|
||||
fn text NOT NULL,
|
||||
lfn text NOT NULL,
|
||||
family text NOT NULL,
|
||||
"family" text NOT NULL,
|
||||
lfamily text NOT NULL,
|
||||
given text NOT NULL,
|
||||
lgiven text NOT NULL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue