podemos-info/participa2

View on GitHub
db/migrate/20180509103190_add_commentable_to_pages.decidim_pages.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

# This migration comes from decidim_pages (originally 20161214150429)

class AddCommentableToPages < ActiveRecord::Migration[5.0]
  def change
    add_column :decidim_pages_pages, :commentable, :boolean, null: false, default: false
  end
end