Skip to content

Commit

Permalink
rm duplicated sql insert
Browse files Browse the repository at this point in the history
  • Loading branch information
20cents committed Apr 26, 2019
1 parent e8502e5 commit 8763cb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install_configuration/oppvdb.sql
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ INSERT INTO geopaysages.conf (key, value) VALUES ('external_links', '[{
"url": "https://phototheque.vanoise-parcnational.fr"
}]
');
INSERT INTO geopaysages.conf (key, value) VALUES ('zoom_map', '18');INSERT INTO geopaysages.conf (key, value) VALUES ('zoom_max_fitbounds_map', '13');
INSERT INTO geopaysages.conf (key, value) VALUES ('zoom_max_fitbounds_map', '13');INSERT INTO geopaysages.conf (key, value) VALUES ('zoom_map_comparator', '13');
INSERT INTO geopaysages.conf (key, value) VALUES ('zoom_map', '18');
INSERT INTO geopaysages.conf (key, value) VALUES ('zoom_max_fitbounds_map', '13');
INSERT INTO geopaysages.conf (key, value) VALUES ('zoom_map_comparator', '13');

--
Expand Down

0 comments on commit 8763cb3

Please sign in to comment.