mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2025-12-06 07:42:03 +01:00
Update boswatch.sql
Adapting table 'poc' to script and changed the letter 'k' to 'c' in function.
This commit is contained in:
parent
00730de405
commit
cd80d7760d
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue