Update boswatch.sql

Key auf die RIC Spalte hinzugefügt
This commit is contained in:
kruegerj 2019-10-04 14:09:05 +02:00 committed by GitHub
parent 016bd906c3
commit 2da87a46dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,7 +70,8 @@ CREATE TABLE IF NOT EXISTS `bos_pocsag` (
`msg` TEXT NOT NULL,
`bitrate` INT(4) NOT NULL,
`description` TEXT NOT NULL,
PRIMARY KEY (`ID`)
PRIMARY KEY (`ID`),
KEY `POCSAG_RIC_IDX` (`ric`)
) ENGINE=MYISAM DEFAULT CHARSET=UTF8 AUTO_INCREMENT=1;
-- rename old columns including little error-prevention