Sha256: 67e519c4da506b21cd57a9a59bde5001a203cd54e877dc39612fde8c4fd0b9d2
Contents?: true
Size: 530 Bytes
Versions: 9
Compression:
Stored size: 530 Bytes
Contents
# -*- encoding : utf-8 -*- class RequireEarlierMigrations < ActiveRecord::Migration[4.2] def self.up raise %( Your database is not ready to be migrated to #{Card::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
9 entries across 9 versions & 1 rubygems