Support choosing a selected release
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
defmodule MusicLibrary.Repo.Migrations.AddSelectedReleaseIdToRecords do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
alter table(:records) do
|
||||
add :selected_release_id, :string
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user