Skip to content

Commit

Permalink
AMP-30853- Configure multicountry for Ecowas
Browse files Browse the repository at this point in the history
  • Loading branch information
brianbrix committed Mar 26, 2024
1 parent 2605004 commit 0099e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amp/xmlpatches/4.0/GGW-207-Require-Login-For-GIS.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<script>
<lang delimiter=";" type="postgres"><![CDATA[
INSERT INTO amp_global_settings(id, settingsname, settingsvalue, possiblevalues, description, section, value_translatable, internal)
VALUES (nextval('amp_global_settings_seq'), 'Login Required For GIS', 'true', 't_Boolean', 'Login Required For GIS', 'general', null, FALSE);
VALUES (nextval('amp_global_settings_seq'), 'Login Required For GIS', 'true', 't_Boolean', 'Login Required For GIS', 'gis', null, FALSE);
]]></lang>
</script>
</apply>
Expand Down

0 comments on commit 0099e17

Please sign in to comment.