aboutsummaryrefslogtreecommitdiffstats
path: root/install/schema_postgres.sql
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-12-05 13:24:58 -0800
committerredmatrix <redmatrix@redmatrix.me>2015-12-05 13:24:58 -0800
commit36ef1d1bc63d6c2040947ee9c18ba16072ffb76e (patch)
tree56f3285bcef0418ea368d6aa62eccd3d6ba5bdbc /install/schema_postgres.sql
parent61aa33af1d30f047af709d7f513357e62c8307c3 (diff)
downloadvolse-hubzilla-36ef1d1bc63d6c2040947ee9c18ba16072ffb76e.tar.gz
volse-hubzilla-36ef1d1bc63d6c2040947ee9c18ba16072ffb76e.tar.bz2
volse-hubzilla-36ef1d1bc63d6c2040947ee9c18ba16072ffb76e.zip
move the instance stuff to abook where it belongs
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 95ed9acb7..0214c0c2a 100644
--- a/install/schema_postgres.sql
+++ b/install/schema_postgres.sql
@@ -22,6 +22,7 @@ CREATE TABLE "abook" (
"abook_profile" char(64) NOT NULL DEFAULT '',
"abook_incl" TEXT NOT NULL DEFAULT '',
"abook_excl" TEXT NOT NULL DEFAULT '',
+ "abook_instance" TEXT NOT NULL DEFAULT '',
PRIMARY KEY ("abook_id")
);
create index "abook_account" on abook ("abook_account");