diff options
author | redmatrix <git@macgirvin.com> | 2016-07-12 20:50:27 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-07-12 20:50:27 -0700 |
commit | 6424bac47ce7f81991d23d2407cbb4c08dbfdf69 (patch) | |
tree | 5a664f58749fe45923f77881310cdd295859afb5 /install/schema_postgres.sql | |
parent | a01baab4f0dc1654dfe2d2cc6fc78e5c3c8d9f4e (diff) | |
parent | bdd7d24ac1ccf8f7c5b8939cf23a6a156da959c1 (diff) | |
download | volse-hubzilla-6424bac47ce7f81991d23d2407cbb4c08dbfdf69.tar.gz volse-hubzilla-6424bac47ce7f81991d23d2407cbb4c08dbfdf69.tar.bz2 volse-hubzilla-6424bac47ce7f81991d23d2407cbb4c08dbfdf69.zip |
Merge branch 'dev' into perms
Diffstat (limited to 'install/schema_postgres.sql')
-rw-r--r-- | install/schema_postgres.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/schema_postgres.sql b/install/schema_postgres.sql index a86102b53..c48007317 100644 --- a/install/schema_postgres.sql +++ b/install/schema_postgres.sql @@ -1,6 +1,6 @@ CREATE TABLE "abconfig" ( "id" serial NOT NULL, - "chan" bigint NOT NULL, + "chan" bigint NOT NULL DEFAULT '0', "xchan" text NOT NULL, "cat" text NOT NULL, "k" text NOT NULL, |