From 2e3f6ad700ce42fe7bf6ede2a62db4034cff8cb1 Mon Sep 17 00:00:00 2001 From: Arturo Gonzalez Date: Wed, 10 May 2017 15:21:42 +0200 Subject: [PATCH] Added change to mr --- pandora_console/extras/mr/1.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pandora_console/extras/mr/1.sql b/pandora_console/extras/mr/1.sql index 547827a54e..f8bfa5337b 100644 --- a/pandora_console/extras/mr/1.sql +++ b/pandora_console/extras/mr/1.sql @@ -12,4 +12,6 @@ CREATE TABLE IF NOT EXISTS `treset_pass` ( UPDATE tgis_map_connection SET conection_data = '{"type":"OSM","url":"http://tile.openstreetmap.org/${z}/${x}/${y}.png"}' where id_tmap_connection = 1; +ALTER TABLE tpolicy_modules MODIFY post_process double(24,15) default 0; + COMMIT; \ No newline at end of file