New locationDetailPage displays concert in a location, new datasets, images, URL path changed
This commit is contained in:
@@ -9,9 +9,6 @@ export class City extends Model {
|
||||
@Column
|
||||
country: String
|
||||
|
||||
@Column
|
||||
image: String
|
||||
|
||||
|
||||
// Relations
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ export class Location extends Model {
|
||||
// Relations
|
||||
|
||||
@HasMany(() => Concert)
|
||||
shows: Concert[]
|
||||
concerts: Concert[]
|
||||
|
||||
@BelongsTo(() => City)
|
||||
city: City
|
||||
|
||||
Reference in New Issue
Block a user