db update required for Zot2

This commit is contained in:
zotlabs
2016-11-22 14:15:33 -08:00
parent bc95b2fc77
commit 6e016c439c
7 changed files with 28 additions and 11 deletions

View File

@@ -1134,6 +1134,7 @@ CREATE TABLE "site" (
"site_type" smallint NOT NULL DEFAULT '0',
"site_project" text NOT NULL DEFAULT '',
"site_version" text NOT NULL DEFAULT '',
"site_crypto" text NOT NULL DEFAULT '',
PRIMARY KEY ("site_url")
);
create index "site_flags" on site ("site_flags");