2014-05-05 Vanessa Gil <vanessa.gil@artica.es>

* pandoradb_migrate_5.0.x_to_5.1.mysql.sql
	  pandoradb_migrate_5.0.x_to_5.1.oracle.sql
	  pandoradb_migrate_5.0.x_to_5.1.postgreSQL.sql: Changed
	link 'Pandora FMS Manual'.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9859 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
vgilc 2014-05-05 11:01:22 +00:00
parent a4e2f78a81
commit 6585d15c65
4 changed files with 25 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2014-05-05 Vanessa Gil <vanessa.gil@artica.es>
* pandoradb_migrate_5.0.x_to_5.1.mysql.sql
pandoradb_migrate_5.0.x_to_5.1.oracle.sql
pandoradb_migrate_5.0.x_to_5.1.postgreSQL.sql: Changed
link 'Pandora FMS Manual'.
2014-05-05 Sergio Martin <sergio.martin@artica.es>
* extensions/realtime_graphs

View File

@ -156,3 +156,9 @@ ALTER TABLE `treport_content` ADD COLUMN `name` varchar(150) NULL;
-- ---------------------------------------------------------------------
ALTER TABLE `trecon_script` ADD COLUMN `macros` TEXT;
ALTER TABLE `trecon_task` ADD COLUMN `macros` TEXT;
/* 2014/05/05 */
-- ---------------------------------------------------------------------
-- Table `tlink`
-- ---------------------------------------------------------------------
UPDATE `tlink` SET `link`='http://wiki.pandorafms.com/?title=Pandora' WHERE `name`='Pandora FMS Manual';

View File

@ -138,3 +138,9 @@ ALTER TABLE treport_content ADD (name VARCHAR2(150) default NULL);
-- ---------------------------------------------------------------------
ALTER TABLE trecon_script ADD (macros CLOB default '' NOT NULL);
ALTER TABLE trecon_task ADD (macros CLOB default '' NOT NULL);
/* 2014/05/05 */
-- ---------------------------------------------------------------------
-- Table tlink
-- ---------------------------------------------------------------------
UPDATE tlink SET link='http://wiki.pandorafms.com/?title=Pandora' WHERE name='Pandora FMS Manual';

View File

@ -111,3 +111,9 @@ ALTER TABLE "treport_content" ADD COLUMN "name" varchar(150) NULL;
-- ---------------------------------------------------------------------
ALTER TABLE "trecon_script" ADD COLUMN "macros" TEXT default '';
ALTER TABLE "trecon_task" ADD COLUMN "macros" TEXT default '';
/* 2014/05/05 */
-- ---------------------------------------------------------------------
-- Table tlink
-- ---------------------------------------------------------------------
UPDATE "tlink" SET "link"='http://wiki.pandorafms.com/?title=Pandora' WHERE "name"='Pandora FMS Manual';