Closed stevapple closed 2 years ago
Merging #507 (3a1a6c5) into main (8958da5) will increase coverage by
2.41%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## main #507 +/- ##
==========================================
+ Coverage 39.74% 42.16% +2.41%
==========================================
Files 106 97 -9
Lines 5681 5284 -397
==========================================
- Hits 2258 2228 -30
+ Misses 3423 3056 -367
Flag | Coverage Δ | |
---|---|---|
unittests | 42.16% <100.00%> (+2.41%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Going to wait until #509 is released before seeing how that affects this
Superseded by #509
This adds the missing multi-column foreign key constraint support to
SchemaBuilder
.Now you can create foreign key constraints that reference multiple fields when building the schema: