2013-03-01 Miguel de Dios <miguel.dedios@artica.es>

* extras/pandoradb_migrate_4.0.x_to_5.0.mysql.sql: fixed bad
	formatted commmend line that crash with MariaDB.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7765 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2013-03-01 10:49:46 +00:00
parent ae4e869a85
commit 185c157005
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2013-03-01 Miguel de Dios <miguel.dedios@artica.es>
* extras/pandoradb_migrate_4.0.x_to_5.0.mysql.sql: fixed bad
formatted commmend line that crash with MariaDB.
2013-03-01 Miguel de Dios <miguel.dedios@artica.es> 2013-03-01 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_gis.php: fixed the delete layers. * include/functions_gis.php: fixed the delete layers.

View File

@ -1079,9 +1079,9 @@ ALTER TABLE tevento ADD INDEX `idx_utimestamp` USING BTREE (`utimestamp`);
ALTER TABLE tserver DROP INDEX keepalive; ALTER TABLE tserver DROP INDEX keepalive;
ALTER TABLE tserver DROP INDEX status; ALTER TABLE tserver DROP INDEX status;
------------------------------------------------------------------------ -- ---------------------------------------------------------------------
-- Adapt the talert commands to new macro system -- Adapt the talert commands to new macro system
------------------------------------------------------------------------ -- ---------------------------------------------------------------------
UPDATE talert_commands SET fields_descriptions = '["Destination&#x20;address","Subject","Text","","","","","","",""]', fields_values = '["","","","","","","","","",""]' WHERE id = 1; UPDATE talert_commands SET fields_descriptions = '["Destination&#x20;address","Subject","Text","","","","","","",""]', fields_values = '["","","","","","","","","",""]' WHERE id = 1;
UPDATE talert_commands SET fields_descriptions = '["Description","","","","","","","","",""]', fields_values = '["","","","","","","","","",""]' WHERE id = 2; UPDATE talert_commands SET fields_descriptions = '["Description","","","","","","","","",""]', fields_values = '["","","","","","","","","",""]' WHERE id = 2;