mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2025-12-06 07:42:03 +01:00
6 lines
218 B
SQL
6 lines
218 B
SQL
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);
|