2011-11-29 Koichiro Kikuchi <koichiro@rworks.jp>
* extras/pandora_migrate_v3.2_to_v4.0.sql: Added missing alter statements for tnetwork_component table. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5192 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
65d1c20d03
commit
578ece55b8
|
@ -1,3 +1,8 @@
|
|||
2011-11-29 Koichiro Kikuchi <koichiro@rworks.jp>
|
||||
|
||||
* extras/pandora_migrate_v3.2_to_v4.0.sql: Added missing alter statements
|
||||
for tnetwork_component table.
|
||||
|
||||
2011-11-29 Junichi Satoh <junichi@rworks.jp>
|
||||
|
||||
* include/help/ja/help_ip_api_list.php: Added a new help file.
|
||||
|
|
|
@ -28,6 +28,8 @@ ALTER TABLE `tgrupo` ADD COLUMN `id_skin` int(10) unsigned NOT NULL;
|
|||
-- Table `tnetwork_component`
|
||||
-- -----------------------------------------------------
|
||||
ALTER TABLE `tnetwork_component` ADD COLUMN `post_process` double(18,13) DEFAULT 0;
|
||||
ALTER TABLE `tnetwork_component` ADD COLUMN `str_warning` text DEFAULT '';
|
||||
ALTER TABLE `tnetwork_component` ADD COLUMN `str_critical` text DEFAULT '';
|
||||
|
||||
-- -----------------------------------------------------
|
||||
-- Table `treport_content`
|
||||
|
|
Loading…
Reference in New Issue