Remove locations.

This commit is contained in:
codevictory
2021-04-24 23:53:41 +03:00
parent 210dbc7bc8
commit 102292b4ed
6 changed files with 1 additions and 203 deletions

View File

@@ -6,7 +6,6 @@ defmodule Runosaari.Schedule.Performance do
field :description, :string
field :notes, :string
field :time, :naive_datetime
field :location_id, :id
field :performer_id, :id
timestamps()