New page for all concerts

This commit is contained in:
2024-10-12 19:40:12 +02:00
parent 3204e4a658
commit 60a9cea147
56 changed files with 531 additions and 405 deletions

View File

@@ -9,20 +9,20 @@ export class Location extends Model {
urlName: string
@Column
name: String
name: string
@Column
address: String
address: string
@ForeignKey(() => City)
@Column
cityId: Number
cityId: number
@Column
imageIndoor: String
imageIndoor: string
@Column
imageOutdoor: String
imageOutdoor: string
/**
* Layout identifier of the location
@@ -31,7 +31,7 @@ export class Location extends Model {
* 3 = Stage in the middle of the stay area, seat places all around
*/
@Column
layout: Number
layout: number
// Relations