Skip to content

Commit 5f73cd3

Browse files
committed
Add missing location links
1 parent 2b91170 commit 5f73cd3

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

dbschema/language.esdl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ module default {
7171
(exists .firstScriptureEngagement and not .hasExternalFirstScripture)
7272
or not exists .firstScriptureEngagement
7373
);
74-
74+
75+
multi locations: Location;
76+
7577
engagements := (
7678
# Similar to previous version but avoids https://github.com/edgedb/edgedb/issues/5846
7779
select LanguageEngagement filter __source__ = .language

dbschema/organization.esdl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ module default {
99
multi types: Organization::Type;
1010
multi reach: Organization::Reach;
1111

12+
multi locations: Location;
13+
1214
overloaded link projectContext: Project::Context {
1315
default := (insert Project::Context);
1416
on source delete delete target;

dbschema/user.esdl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ module default {
3232
on target delete allow;
3333
on source delete delete target;
3434
}
35+
multi locations: Location;
3536
}
3637
}
3738

0 commit comments

Comments
 (0)