Skip to content

Commit 7178b5a

Browse files
committed
remove filterQualifier from id. It should be added custom if you want it.
1 parent 1362873 commit 7178b5a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

ving/docs/change-log.md

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ 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.
3231
* Added better error handling for int2str parseId().
3332
* Added stringToNumber option to int2str parseId().
3433
* Added allowRealPubicId to ving schema props.

ving/schema/helpers.mjs

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

0 commit comments

Comments
 (0)