Added change to mr
This commit is contained in:
parent
de650b9ef2
commit
2e3f6ad700
|
@ -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;
|
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;
|
COMMIT;
|
Loading…
Reference in New Issue