Sha256: cabdf63c3758a2791dd01a3995666687af8543ad2eccf0bb3920647e78a675ec

Contents?: true

Size: 227 Bytes

Versions: 61

Compression:

Stored size: 227 Bytes

Contents

# frozen_string_literal: true

class RemoveNotificationsWithContinuityBadge < ActiveRecord::Migration[5.2]
  def up
    Decidim::Notification.where("extra->>'badge_name' =?", "continuity").delete_all
  end

  def down; end
end

Version data entries

61 entries across 61 versions & 1 rubygems

Version Path
decidim-core-0.30.0.rc1 db/migrate/20201004160335_remove_notifications_with_continuity_badge.rb
decidim-core-0.29.2 db/migrate/20201004160335_remove_notifications_with_continuity_badge.rb
decidim-core-0.28.5 db/migrate/20201004160335_remove_notifications_with_continuity_badge.rb
decidim-core-0.29.1 db/migrate/20201004160335_remove_notifications_with_continuity_badge.rb
decidim-core-0.28.4 db/migrate/20201004160335_remove_notifications_with_continuity_badge.rb
decidim-core-0.27.9 db/migrate/20201004160335_remove_notifications_with_continuity_badge.rb
decidim-core-0.29.0 db/migrate/20201004160335_remove_notifications_with_continuity_badge.rb
decidim-core-0.28.3 db/migrate/20201004160335_remove_notifications_with_continuity_badge.rb
decidim-core-0.27.8 db/migrate/20201004160335_remove_notifications_with_continuity_badge.rb
decidim-core-0.29.0.rc4 db/migrate/20201004160335_remove_notifications_with_continuity_badge.rb
decidim-core-0.29.0.rc3 db/migrate/20201004160335_remove_notifications_with_continuity_badge.rb
decidim-core-0.29.0.rc2 db/migrate/20201004160335_remove_notifications_with_continuity_badge.rb
decidim-core-0.29.0.rc1 db/migrate/20201004160335_remove_notifications_with_continuity_badge.rb
decidim-core-0.28.2 db/migrate/20201004160335_remove_notifications_with_continuity_badge.rb
decidim-core-0.27.7 db/migrate/20201004160335_remove_notifications_with_continuity_badge.rb
decidim-core-0.28.1 db/migrate/20201004160335_remove_notifications_with_continuity_badge.rb
decidim-core-0.27.6 db/migrate/20201004160335_remove_notifications_with_continuity_badge.rb
decidim-core-0.26.10 db/migrate/20201004160335_remove_notifications_with_continuity_badge.rb
decidim-core-0.26.9 db/migrate/20201004160335_remove_notifications_with_continuity_badge.rb
decidim-core-0.28.0 db/migrate/20201004160335_remove_notifications_with_continuity_badge.rb