Working on create organization and delete.

This commit is contained in:
charles-gauthereau
2024-12-29 19:34:48 +01:00
parent 05edbf4a42
commit a6f48ea762
17 changed files with 390 additions and 35 deletions
+5
View File
@@ -287,6 +287,11 @@ const metadata = {
isDataModel: true,
isArray: true,
backLink: 'organization',
}, deleted: {
name: "deleted",
type: "Boolean",
isOptional: true,
attributes: [{ "name": "@default", "args": [{ "value": false }] }],
},
}
, uniqueConstraints: {