Skip to content

Commit ff451d8

Browse files
committed
add parent and strategicAlliances fields to Partner schema and migration
1 parent 155f3b8 commit ff451d8

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

dbschema/migrations/00021-m1ud7t6.edgeql

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

dbschema/partner.gel

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ module default {
4141
multi languagesOfConsulting: Language;
4242
multi fieldRegions: FieldRegion;
4343
multi countries: Location;
44+
multi strategicAlliances: Partner {
45+
constraint exclusive;
46+
};
47+
48+
parent: Partner {
49+
constraint exclusive;
50+
};
4451

4552
startDate: cal::local_date;
4653

0 commit comments

Comments
 (0)