-
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(backend): rename public beta org to
hotosm
(#1784)
* build: update osm-fieldwork --> v0.16.1 for xlsform updates * build: add migration for renaming fmtm-public-beta --> hotosm * build: rename fmtm-public-beta --> hotosm in all code
- Loading branch information
1 parent
30c30e5
commit c25c8a8
Showing
7 changed files
with
30 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
-- ## Migration to: | ||
-- * Rename FMTM Public Beta org --> HOTOSM | ||
|
||
-- Start a transaction | ||
BEGIN; | ||
|
||
UPDATE public.organisations | ||
SET | ||
name = 'HOTOSM', | ||
slug = 'hotosm', | ||
description = 'Humanitarian OpenStreetMap Team' | ||
WHERE slug = 'fmtm-public-beta'; | ||
|
||
-- Commit the transaction | ||
COMMIT; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters