Skip to content

Commit

Permalink
remove option_show_link_to_settings from brainstorming (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikStreek authored Nov 30, 2024
1 parent 2cfb33e commit 41cdb8f
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
defmodule Mindwendel.Repo.Migrations.RemoveOptionShowLinkToSettingsFromBrainstormings do
use Ecto.Migration

def change do
alter table(:brainstormings) do
remove :option_show_link_to_settings, :boolean
end
end
end

0 comments on commit 41cdb8f

Please sign in to comment.