We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1362873 commit 7178b5aCopy full SHA for 7178b5a
ving/docs/change-log.md
@@ -28,7 +28,6 @@ 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
* Added better error handling for int2str parseId().
33
* Added stringToNumber option to int2str parseId().
34
* Added allowRealPubicId to ving schema props.
ving/schema/helpers.mjs
@@ -252,7 +252,6 @@ 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