aboutsummaryrefslogtreecommitdiffstats
path: root/install/schema_postgres.sql
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2016-11-22 14:15:33 -0800
committerzotlabs <mike@macgirvin.com>2016-11-22 14:15:33 -0800
commit6e016c439caa444c4b3aca55e39a5dfa7294c684 (patch)
tree19dd2acf5cb448f26d402bb5ba41b42a75b58354 /install/schema_postgres.sql
parentbc95b2fc77678be44a9ef4cafb440fe475d9f18a (diff)
downloadvolse-hubzilla-6e016c439caa444c4b3aca55e39a5dfa7294c684.tar.gz
volse-hubzilla-6e016c439caa444c4b3aca55e39a5dfa7294c684.tar.bz2
volse-hubzilla-6e016c439caa444c4b3aca55e39a5dfa7294c684.zip
db update required for Zot2
Diffstat (limited to 'install/schema_postgres.sql')
-rw-r--r--install/schema_postgres.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/schema_postgres.sql b/install/schema_postgres.sql
index a682aa49d..b1b1c8474 100644
--- a/install/schema_postgres.sql
+++ b/install/schema_postgres.sql
@@ -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");