Add position / positions to reserved keywords (#12800)
This commit is contained in:
@ -60,6 +60,8 @@ const reservedKeywords = [
|
||||
'index',
|
||||
'relation',
|
||||
'relations',
|
||||
'position',
|
||||
'positions',
|
||||
];
|
||||
|
||||
export const validateMetadataNameIsNotReservedKeywordOrThrow = (
|
||||
|
||||
Reference in New Issue
Block a user