mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-06 06:53:32 +00:00
cherrypick travis-ci files to master
This commit is contained in:
parent
f3ba034420
commit
751711b702
8 changed files with 1049 additions and 9 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