mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
Working on create organization and delete.
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user