Added change to mr

This commit is contained in:
Arturo Gonzalez 2017-05-10 15:21:42 +02:00
parent de650b9ef2
commit 2e3f6ad700
1 changed files with 2 additions and 0 deletions

View File

@ -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;