Sha256: 5ddb28c8be63bd91927dddc0ebc64bdfcee3c5d7762e1d595ac5583021076562

Contents?: true

Size: 252 Bytes

Versions: 124

Compression:

Stored size: 252 Bytes

Contents

# frozen_string_literal: true

class RemoveCommentAndRepliesNotificationsFromUsers < ActiveRecord::Migration[5.1]
  def change
    remove_column :decidim_users, :comments_notifications
    remove_column :decidim_users, :replies_notifications
  end
end

Version data entries

124 entries across 124 versions & 2 rubygems

Version Path
decidim-core-0.13.1 db/migrate/20170914092116_remove_comment_and_replies_notifications_from_users.rb
decidim-core-0.12.2 db/migrate/20170914092116_remove_comment_and_replies_notifications_from_users.rb
decidim-core-0.13.0 db/migrate/20170914092116_remove_comment_and_replies_notifications_from_users.rb
decidim-core-0.12.1 db/migrate/20170914092116_remove_comment_and_replies_notifications_from_users.rb
decidim-core-0.13.0.pre1 db/migrate/20170914092116_remove_comment_and_replies_notifications_from_users.rb
decidim-core-0.12.0 db/migrate/20170914092116_remove_comment_and_replies_notifications_from_users.rb
decidim-core-0.11.2 db/migrate/20170914092116_remove_comment_and_replies_notifications_from_users.rb
decidim-core-0.12.0.pre db/migrate/20170914092116_remove_comment_and_replies_notifications_from_users.rb
decidim-core-0.11.1 db/migrate/20170914092116_remove_comment_and_replies_notifications_from_users.rb
decidim-core-0.11.0.pre1 db/migrate/20170914092116_remove_comment_and_replies_notifications_from_users.rb
decidim-core-0.10.1 db/migrate/20170914092116_remove_comment_and_replies_notifications_from_users.rb
decidim-core-0.10.0 db/migrate/20170914092116_remove_comment_and_replies_notifications_from_users.rb
decidim-core-0.9.3 db/migrate/20170914092116_remove_comment_and_replies_notifications_from_users.rb
decidim-core-0.9.2 db/migrate/20170914092116_remove_comment_and_replies_notifications_from_users.rb
decidim-core-0.9.1 db/migrate/20170914092116_remove_comment_and_replies_notifications_from_users.rb
decidim-core-0.9.0 db/migrate/20170914092116_remove_comment_and_replies_notifications_from_users.rb
decidim-core-0.8.4 db/migrate/20170914092116_remove_comment_and_replies_notifications_from_users.rb
decidim-core-0.8.3 db/migrate/20170914092116_remove_comment_and_replies_notifications_from_users.rb
decidim-core-0.8.2 db/migrate/20170914092116_remove_comment_and_replies_notifications_from_users.rb
decidim-core-0.8.1 db/migrate/20170914092116_remove_comment_and_replies_notifications_from_users.rb