aboutsummaryrefslogtreecommitdiffstats
path: root/install/schema_postgres.sql
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-06-23 18:35:01 -0700
committerredmatrix <git@macgirvin.com>2016-06-23 18:35:01 -0700
commit51e2ef39c221a6f8cd89f8bb9e85a8f374f1fd6c (patch)
tree65afb1f43e8611aa487b84a92377cd6985aa715f /install/schema_postgres.sql
parentb19bbf54736b83afaa26aa11ba95c7816c7f8599 (diff)
downloadvolse-hubzilla-51e2ef39c221a6f8cd89f8bb9e85a8f374f1fd6c.tar.gz
volse-hubzilla-51e2ef39c221a6f8cd89f8bb9e85a8f374f1fd6c.tar.bz2
volse-hubzilla-51e2ef39c221a6f8cd89f8bb9e85a8f374f1fd6c.zip
db update for abconfig transition
Diffstat (limited to 'install/schema_postgres.sql')
-rw-r--r--install/schema_postgres.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/schema_postgres.sql b/install/schema_postgres.sql
index 9473252e6..64cf37f7e 100644
--- a/install/schema_postgres.sql
+++ b/install/schema_postgres.sql
@@ -1,6 +1,6 @@
CREATE TABLE "abconfig" (
"id" serial NOT NULL,
- "chan" text NOT NULL,
+ "chan" bigint NOT NULL,
"xchan" text NOT NULL,
"cat" text NOT NULL,
"k" text NOT NULL,