Merge branch 'dev' into perms

This commit is contained in:
redmatrix
2016-07-12 20:50:27 -07:00
16 changed files with 26 additions and 48 deletions

View File

@@ -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,