Update boswatch.sql

Adapting table 'poc' to script and changed the letter 'k' to 'c' in function.
This commit is contained in:
flothi 2016-10-31 21:30:04 +01:00 committed by GitHub
parent 00730de405
commit cd80d7760d

View file

@ -65,8 +65,8 @@ CREATE TABLE IF NOT EXISTS `bos_pocsag` (
`id` INT(11) NOT NULL AUTO_INCREMENT,
`time` DATETIME NOT NULL,
`ric` VARCHAR(7) NOT NULL DEFAULT '0',
`funktion` INT(1) NOT NULL,
`funktionChar` TEXT(1) NOT NULL,
`function` INT(1) NOT NULL,
`functionChar` TEXT(1) NOT NULL,
`msg` TEXT NOT NULL,
`bitrate` INT(4) NOT NULL,
`description` TEXT NOT NULL,