New page for all concerts

This commit is contained in:
2024-10-12 19:40:12 +02:00
parent f8bdb54c33
commit 6c33de3d87
56 changed files with 531 additions and 405 deletions

View File

@@ -7,14 +7,14 @@ export class Rating extends Model {
@ForeignKey(() => Account)
@Column
accountId: Number
accountId: number
@Column
rating: Number
rating: number
@ForeignKey(() => Band)
@Column
bandId: Number
bandId: number
// Relations