Migration: archives
This commit is contained in:
9
priv/repo/migrations/20220502195411_archives.exs
Normal file
9
priv/repo/migrations/20220502195411_archives.exs
Normal file
@@ -0,0 +1,9 @@
|
||||
defmodule Runosaari.Repo.Migrations.Archives do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
alter table("performers") do
|
||||
add :archived, :integer, null: true
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user