mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-05 22:45:18 +00:00
edit readmes
This commit is contained in:
parent
41122e9a6a
commit
cbab0eadd0
3 changed files with 11 additions and 4 deletions
|
|
@ -56,7 +56,7 @@ CREATE TABLE IF NOT EXISTS `bos_pocsag` (
|
|||
`bitrate` int(4),
|
||||
`msg` text,
|
||||
`description` text,
|
||||
PRIMARY KEY `ID` (`ID`)
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
|
@ -75,4 +75,4 @@ CREATE TABLE IF NOT EXISTS `bos_zvei` (
|
|||
|
||||
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
|
||||
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
|
||||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue