podemos-info/participa2

View on GitHub
db/migrate/20180509103191_remove_commentable_flag_from_pages.decidim_pages.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

# This migration comes from decidim_pages (originally 20170110145040)

class RemoveCommentableFlagFromPages < ActiveRecord::Migration[5.0]
  def change
    remove_column :decidim_pages_pages, :commentable
  end
end