Skip to content

Commit e0124f6

Browse files
committed
[Gel] Sync enum rename in 5403cce
1 parent 98f3f6f commit e0124f6

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

dbschema/migrations/00018-m1hn3c7.edgeql

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dbschema/organization.gel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module Organization {
2424
Church,
2525
Parachurch,
2626
Mission,
27-
TranslationOrganization,
27+
Translation,
2828
Alliance
2929
>;
3030

dbschema/seeds/006.organizations.edgeql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ with
2525
"name": "Rhun For Zero",
2626
"address": "975 1st Street, Jacksonville, FL 98765",
2727
"acronym": "RFZ",
28-
"types": ["TranslationOrganization", "Mission"],
28+
"types": ["Translation", "Mission"],
2929
"reach": ["Global"]
3030
},
3131
{
3232
"name": "Gondor Foundation",
3333
"address": "4567 2nd Street, Jeffersonville, IN 47130",
3434
"acronym": "GF",
35-
"types": ["Church", "TranslationOrganization"],
35+
"types": ["Church", "Translation"],
3636
"reach": ["Local"]
3737
},
3838
{

0 commit comments

Comments
 (0)