Sha256: 4db6b12bad2b4cd19d77399de9c8e5cae8c947282482d4e846ae77c31247059c

Contents?: true

Size: 259 Bytes

Versions: 2

Compression:

Stored size: 259 Bytes

Contents

# This migration comes from cms (originally 20131211223908)
class KillResetPassword < ActiveRecord::Migration
  def up
    Cms::Portlet.connection.execute("UPDATE cms_portlets SET type = 'DeprecatedPlaceholder' WHERE type = 'ResetPasswordPortlet'")
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bcms_aws_s3-artirix-4.0.1 test/dummy/db/migrate/20140204192561_kill_reset_password.cms.rb
bcms_aws_s3-artirix-4.0.0.rc1.art4 test/dummy/db/migrate/20140204192561_kill_reset_password.cms.rb