We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16b01c5 commit 60b8513Copy full SHA for 60b8513
ving/docs/change-log.md
@@ -28,6 +28,8 @@ With this:
28
29
Also don't forget to update the imports in your schema files.
30
31
+* Set filterQualifier to true for the baseSchemaId.
32
+
33
## December 2024
34
35
### 2024-12-17
ving/schema/helpers.mjs
@@ -252,6 +252,7 @@ export const baseSchemaId = {
252
name: "id",
253
required: false,
254
default: undefined,
255
+ filterQualifier: true,
256
db: (prop) => dbPk(prop),
257
view: ['public'],
258
edit: [],
0 commit comments