Full refactor of management section, upgrade of dependencies

This commit is contained in:
Ronald A. Richardson
2023-11-06 19:39:11 +08:00
parent 6880664d9e
commit a8904ba112
7 changed files with 225 additions and 213 deletions

View File

@@ -10,7 +10,7 @@ export default class Company extends Model {
@attr('string') owner_uuid;
@attr('string') logo_uuid;
@attr('string') backdrop_uuid;
@attr('string') address_uuid;
@attr('string') place_uuid;
/** @relationships */
@belongsTo('file') logo;