Make PostgreSQL schema compatible with CockroachDB

This commit is contained in:
Evgeny Khramtsov 2019-10-23 14:40:32 +03:00
parent b5d4b86724
commit 86bb77bfc2
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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,