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 d23c7c9 commit 47289a2Copy full SHA for 47289a2
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