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:
parent
ae4e869a85
commit
185c157005
|
@ -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>
|
||||
|
||||
* include/functions_gis.php: fixed the delete layers.
|
||||
|
|
|
@ -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 status;
|
||||
|
||||
------------------------------------------------------------------------
|
||||
-- ---------------------------------------------------------------------
|
||||
-- Adapt the talert commands to new macro system
|
||||
------------------------------------------------------------------------
|
||||
-- ---------------------------------------------------------------------
|
||||
|
||||
UPDATE talert_commands SET fields_descriptions = '["Destination address","Subject","Text","","","","","","",""]', fields_values = '["","","","","","","","","",""]' WHERE id = 1;
|
||||
UPDATE talert_commands SET fields_descriptions = '["Description","","","","","","","","",""]', fields_values = '["","","","","","","","","",""]' WHERE id = 2;
|
||||
|
|
Loading…
Reference in New Issue