This commit is contained in:
2018-12-12 16:10:02 +00:00
parent 880635c600
commit 7e0834d2fa
6 changed files with 80 additions and 21 deletions

View File

@@ -301,7 +301,7 @@ namespace AyaNova.Util
LogUpdateMessage(log);
exec("CREATE TABLE adatafilter (id BIGSERIAL PRIMARY KEY, ownerid bigint not null, name varchar(255) not null, public bool not null," +
"listkey varchar(255) not null, filter text, UNIQUE(name))");
"listkey varchar(255) not null, filter text, sort text, UNIQUE(name))");
setSchemaLevel(++currentSchema);
}