Added an approved flag to organisations with a status column as an indicator, pending registration/approval workflow

This commit is contained in:
2022-02-10 12:51:29 +00:00
parent a42b04f518
commit 6570f2fb27
6 changed files with 150 additions and 5 deletions

View File

@@ -46,6 +46,7 @@ class Organisation extends Model implements OrganisationInterface
'slug',
'name',
'description',
'flag_approved',
'deleted_at',
];