Bugfix search page (Band)

This commit is contained in:
2024-12-21 21:05:06 +01:00
parent 6f6efa5886
commit 57d35a01ba
5 changed files with 1459 additions and 39 deletions

View File

@@ -12,9 +12,6 @@ export class AccountRole extends Model {
@Column
privilegeAdminPanel: boolean
@Column
privilegeFileAccess: boolean
// Relations
@HasMany(() => Account)