Sha256: b934c74f4e8f94ea90391b579c512a76366f417f96f9460f002067078b220c72
Contents?: true
Size: 259 Bytes
Versions: 14
Compression:
Stored size: 259 Bytes
Contents
module Alchemy module Upgrader::TwoPointZero private def strip_alchemy_from_schema_version_table ActiveRecord::Base.connection.execute( "UPDATE schema_migrations SET version = REPLACE(version,'-alchemy','')" ) end end end
Version data entries
14 entries across 14 versions & 1 rubygems