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,7 +1,7 @@
CREATE TABLE IF NOT EXISTS `abconfig` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`chan` char(255) NOT NULL DEFAULT '',
`chan` int(10) unsigned NOT NULL DEFAULT '',
`xchan` char(255) NOT NULL DEFAULT '',
`cat` char(255) NOT NULL DEFAULT '',
`k` char(255) NOT NULL DEFAULT '',