Current section
Files
Jump to
Current section
Files
priv/templates/thesis.install/add_meta_to_thesis_page_contents.exs
defmodule <%= base %>.Repo.Migrations.AddMetaToThesisPageContents do
use Ecto.Migration
def change do
alter table(:thesis_page_contents) do
add :meta, :text
end
end
end