We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b58306d commit 0ce6699Copy full SHA for 0ce6699
dbschema/location.esdl
@@ -9,9 +9,8 @@ module default {
9
constraint exclusive;
10
};
11
12
- #TODO - links
13
- #fundingAccount: FundingAccount;
14
- #defaultFieldRegion: FieldRegion;
+ fundingAccount: FundingAccount;
+ defaultFieldRegion: FieldRegion;
15
mapImage: File;
16
}
17
dbschema/migrations/00027.edgeql
@@ -0,0 +1,8 @@
1
+CREATE MIGRATION m1aqhugpxmkst3yhkmyd5avjuqvbxk7ekgroiipkkhz3ockszv2rka
2
+ ONTO m1ok72bpxjse45mrwdfp2hslsft4pbqqg375z3tqzntv4nqiahsoxq
3
+{
4
+ ALTER TYPE default::Location {
5
+ CREATE LINK defaultFieldRegion: default::FieldRegion;
6
+ CREATE LINK fundingAccount: default::FundingAccount;
7
+ };
8
+};
0 commit comments