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 d38c911 commit 8d71b85Copy full SHA for 8d71b85
dbschema/periodic-report.gel
@@ -3,6 +3,7 @@ module default {
3
required period: range<cal::local_date>;
4
`start` := range_get_lower(.period);
5
`end` := date_range_get_upper(.period);
6
+ constraint expression on (.`end` >= .`start`);
7
8
skippedReason: str;
9
0 commit comments