Skip to content

Commit

Permalink
Fix migration for Decidim 0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
alecslupu committed Apr 18, 2024
1 parent 4e8f8e9 commit 7596576
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Proposal < ApplicationRecord
end

def up
return unless Decidim.version.to_s.include?("0.26")
return unless Decidim.version.to_s.include?("0.27")

states = {
"0" => :not_answered,
Expand Down

0 comments on commit 7596576

Please sign in to comment.