mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-25 23:05:30 +02:00
Fixed little issues
This commit is contained in:
parent
a1bd93bac7
commit
c67d8bd005
5
pandora_console/extras/mr/41.sql
Normal file
5
pandora_console/extras/mr/41.sql
Normal file
@ -0,0 +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 '';
|
@ -2045,6 +2045,7 @@ CREATE TABLE IF NOT EXISTS `ttag` (
|
|||||||
`url` mediumtext NOT NULL,
|
`url` mediumtext NOT NULL,
|
||||||
`email` text NULL,
|
`email` text NULL,
|
||||||
`phone` text NULL,
|
`phone` text NULL,
|
||||||
|
`previous_name` text default '',
|
||||||
PRIMARY KEY (`id_tag`)
|
PRIMARY KEY (`id_tag`)
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user