Skip to content

Commit 60b8513

Browse files
committed
Set filterQualifier to true for the baseSchemaId.
1 parent 16b01c5 commit 60b8513

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

ving/docs/change-log.md

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ With this:
2828

2929
Also don't forget to update the imports in your schema files.
3030

31+
* Set filterQualifier to true for the baseSchemaId.
32+
3133
## December 2024
3234

3335
### 2024-12-17

ving/schema/helpers.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ export const baseSchemaId = {
252252
name: "id",
253253
required: false,
254254
default: undefined,
255+
filterQualifier: true,
255256
db: (prop) => dbPk(prop),
256257
view: ['public'],
257258
edit: [],

0 commit comments

Comments
 (0)