Skip to content

Commit

Permalink
Set filterQualifier to true for the baseSchemaId.
Browse files Browse the repository at this point in the history
  • Loading branch information
rizen committed Jan 13, 2025
1 parent 16b01c5 commit 60b8513
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ving/docs/change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ With this:

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

* Set filterQualifier to true for the baseSchemaId.

## December 2024

### 2024-12-17
Expand Down
1 change: 1 addition & 0 deletions ving/schema/helpers.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ export const baseSchemaId = {
name: "id",
required: false,
default: undefined,
filterQualifier: true,
db: (prop) => dbPk(prop),
view: ['public'],
edit: [],
Expand Down

0 comments on commit 60b8513

Please sign in to comment.