Skip to content

Commit

Permalink
fix: reversibility private body
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentinchampenois authored and moustachu committed Nov 3, 2023
1 parent 159638b commit 9dba016
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# This migration comes from decidim_decidim_awesome (originally 20230309124413)
class AddProposalsPrivateBody < ActiveRecord::Migration[5.2]
def change
def up
add_column :decidim_proposals_proposals, :private_body, :text, null: false, default: "<xml></xml>"
end
end

0 comments on commit 9dba016

Please sign in to comment.