mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-05 14:35:17 +00:00
base build
This commit is contained in:
parent
d48cac5e6f
commit
07c3a98981
9 changed files with 1166 additions and 91 deletions
5
plugins/MySQL/boswatch-update.sql
Normal file
5
plugins/MySQL/boswatch-update.sql
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
USE boswatch;
|
||||
|
||||
-- rename old columns including little error-prevention
|
||||
ALTER IGNORE TABLE `bos_pocsag` change `funktion` `function` INT(1);
|
||||
ALTER IGNORE TABLE `bos_pocsag` change `funktionChar` `functionChar` TEXT(1);
|
||||
|
|
@ -74,8 +74,8 @@ CREATE TABLE IF NOT EXISTS `bos_pocsag` (
|
|||
) ENGINE=MYISAM DEFAULT CHARSET=UTF8 AUTO_INCREMENT=1;
|
||||
|
||||
-- rename old columns including little error-prevention
|
||||
ALTER IGNORE TABLE `bos_pocsag` change `funktion` `function` INT(1);
|
||||
ALTER IGNORE TABLE `bos_pocsag` change `funktionChar` `functionChar` TEXT(1);
|
||||
#ALTER IGNORE TABLE `bos_pocsag` change `funktion` `function` INT(1);
|
||||
#ALTER IGNORE TABLE `bos_pocsag` change `funktionChar` `functionChar` TEXT(1);
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue