Skip to content

Commit

Permalink
create DB migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Changaco authored Oct 21, 2023
1 parent d0686d6 commit 5baa61a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sql/branch.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
UPDATE app_conf SET value = '"https://api.openstreetmap.org/api/0.6"'::jsonb WHERE key = 'openstreetmap_api_url';
UPDATE app_conf SET value = '"https://www.openstreetmap.org"'::jsonb WHERE key = 'openstreetmap_auth_url';

0 comments on commit 5baa61a

Please sign in to comment.