File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,9 @@ module default {
71
71
(exists .firstScriptureEngagement and not .hasExternalFirstScripture)
72
72
or not exists .firstScriptureEngagement
73
73
);
74
-
74
+
75
+ multi locations: Location;
76
+
75
77
engagements := (
76
78
# Similar to previous version but avoids https://github.com/edgedb/edgedb/issues/5846
77
79
select LanguageEngagement filter __source__ = .language
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ module default {
9
9
multi types: Organization:: Type;
10
10
multi reach: Organization:: Reach;
11
11
12
+ multi locations: Location;
13
+
12
14
overloaded link projectContext: Project:: Context {
13
15
default := (insert Project:: Context);
14
16
on source delete delete target ;
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ module default {
32
32
on target delete allow ;
33
33
on source delete delete target ;
34
34
}
35
+ multi locations: Location;
35
36
}
36
37
}
37
38
You can’t perform that action at this time.
0 commit comments