db update for abconfig transition

This commit is contained in:
redmatrix
2016-06-23 18:35:01 -07:00
parent b19bbf5473
commit 51e2ef39c2
4 changed files with 40 additions and 4 deletions

View File

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