Remove year from records
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
defmodule MusicLibrary.Repo.Migrations.RemoveYearFromRecords do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
alter table(:records) do
|
||||
remove :year
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user