cherrypick travis-ci files to master

This commit is contained in:
Bastian Schroll 2017-02-20 21:17:55 +01:00
parent f3ba034420
commit 751711b702
8 changed files with 1049 additions and 9 deletions

View 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);