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 bdcd072 commit 756a10cCopy full SHA for 756a10c
dbschema/seeds/018.ceremonies.edgeql
@@ -31,5 +31,5 @@ with
31
)
32
),
33
modified := (select ceremonies filter .modifiedAt = datetime_of_statement())
34
-select { `Modified Ceremony: ` := modified.id }
+select { `Modified Ceremonies` := modified.id }
35
filter count(modified) > 0;
0 commit comments