Sha256: d0cf8c92325210a9bf2003c4017b22d3233147e967217e71f16f53397ecb1298
Contents?: true
Size: 532 Bytes
Versions: 11
Compression:
Stored size: 532 Bytes
Contents
# -*- encoding : utf-8 -*- class RequireEarlierMigrations < ActiveRecord::Migration[4.2] def self.up raise %( Your database is not ready to be migrated to #{Cardio::Version.release}. You will need to do incremental upgrades. Please first install version 1.6.1 and run `rake db:migrate`. Then install version 1.8.0 and run `rake db:migrate`. Sorry about this! We're working to minimize these hassles in the future. ) end def self.down raise "Older migrations have been removed because of incompatibility." end end
Version data entries
11 entries across 11 versions & 1 rubygems