actionAuth把unique去掉

This commit is contained in:
梁朝伟 2023-08-14 17:44:58 +08:00
parent aba248130a
commit 8bda045995
1 changed files with 0 additions and 3 deletions

View File

@ -36,9 +36,6 @@ const entityDesc: EntityDesc<Schema> = {
name: 'relation',
},
],
config: {
unique: true,
},
},
],
};