Sha256: 56430c3dee32679678b353a3346005843ac77a9e27a723d5bfead47cf78c7e78
Contents?: true
Size: 546 Bytes
Versions: 31
Compression:
Stored size: 546 Bytes
Contents
# -*- encoding : utf-8 -*- require 'card/version' class RequireEarlierMigrations < ActiveRecord::Migration def self.up fail %{ 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 fail "Older migrations have been removed because of incompatibility." end end
Version data entries
31 entries across 31 versions & 1 rubygems