Skip to content

Commit

Permalink
remove option_show_link_to_settings from brainstorming
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikStreek committed Nov 28, 2024
1 parent 2c7fe39 commit b6c3cab
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 b6c3cab

Please sign in to comment.