Sha256: 804fcae9c29ce3d0ab11a9850c6d9671c7b57fb75f716f4fe7f635cbf0326887
Contents?: true
Size: 548 Bytes
Versions: 7
Compression:
Stored size: 548 Bytes
Contents
# -*- encoding : utf-8 -*- require 'card/version' class RequireEarlierMigrations < ActiveRecord::Migration 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
7 entries across 7 versions & 1 rubygems