Sha256: 3731359142bc7efdc2c47c26885f0751fdc8a04504bb948fa8e5f465b862483c
Contents?: true
Size: 249 Bytes
Versions: 6
Compression:
Stored size: 249 Bytes
Contents
ActiveRecord::Migration.verbose = false ActiveRecord::Base.logger = Logger.new(nil) migrations_path = File.expand_path("../../dummy/db/migrate/", __FILE__) ActiveRecord::MigrationContext.new(migrations_path, ActiveRecord::SchemaMigration).migrate
Version data entries
6 entries across 6 versions & 1 rubygems