2012-11-18 Junichi Satoh <junichi@rworks.jp>

* extras/pandoradb_migrate_4.0.x_to_5.0.mysql.sql: Removed duplicated
	query.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7152 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
jsatoh 2012-11-18 06:59:15 +00:00
parent 23a7349ab9
commit a4f0d8f2b4
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2012-11-18 Junichi Satoh <junichi@rworks.jp>
* extras/pandoradb_migrate_4.0.x_to_5.0.mysql.sql: Removed duplicated
query.
2012-11-14 Ramon Novoa <rnovoa@artica.es>
* include/functions_modules.php,

View File

@ -63,7 +63,6 @@ ALTER TABLE `tagente` ADD COLUMN `warning_count` bigint(20) unsigned NOT NULL de
ALTER TABLE `tagente` ADD COLUMN `critical_count` bigint(20) unsigned NOT NULL default '0';
ALTER TABLE `tagente` ADD COLUMN `unknown_count` bigint(20) unsigned NOT NULL default '0';
ALTER TABLE `tagente` ADD COLUMN `notinit_count` bigint(20) unsigned NOT NULL default '0';
ALTER TABLE `tagente` ADD COLUMN `critical_count` bigint(20) unsigned NOT NULL default '0';
ALTER TABLE `tagente` ADD COLUMN `total_count` bigint(20) unsigned NOT NULL default '0';
-- ---------------------------------------------------------------------