mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-23 13:55:43 +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 '';
|
@ -2042,9 +2042,10 @@ CREATE TABLE IF NOT EXISTS `ttag` (
|
||||
`id_tag` integer(10) unsigned NOT NULL auto_increment,
|
||||
`name` varchar(100) NOT NULL default '',
|
||||
`description` text NOT NULL,
|
||||
`url` mediumtext NOT NULL,
|
||||
`url` mediumtext NOT NULL,
|
||||
`email` text NULL,
|
||||
`phone` text NULL,
|
||||
`previous_name` text default '',
|
||||
PRIMARY KEY (`id_tag`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user