mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fix 41.sql
This commit is contained in:
parent
69410815fb
commit
0b21adf150
@ -1,5 +1,5 @@
|
||||
ALTER TABLE `talert_templates` ADD COLUMN `previous_name` text;
|
||||
ALTER TABLE `talert_actions` ADD COLUMN `previous_name` text;
|
||||
ALTER TABLE `talert_commands` ADD COLUMN `previous_name` text;
|
||||
ALTER TABLE `ttag` ADD COLUMN `previous_name` text default '';
|
||||
ALTER TABLE `tconfig_os` ADD COLUMN `previous_name` text default '';
|
||||
ALTER TABLE `ttag` ADD COLUMN `previous_name` text;
|
||||
ALTER TABLE `tconfig_os` ADD COLUMN `previous_name` text;
|
Loading…
x
Reference in New Issue
Block a user