BOSWatch/plugins/MySQL/boswatch-update.sql

6 lines
218 B
MySQL
Raw Permalink Normal View History

2017-02-20 10:25:56 +01:00
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);