mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-26 01:44:20 +01:00
add missing primary key to bos_pocsag
This commit is contained in:
parent
ffb1495a3b
commit
1c78f9ad78
|
|
@ -56,7 +56,7 @@ CREATE TABLE IF NOT EXISTS `bos_pocsag` (
|
|||
`bitrate` int(4),
|
||||
`msg` text,
|
||||
`description` text,
|
||||
KEY `ID` (`ID`)
|
||||
PRIMARY KEY `ID` (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue