Sha256: 3c06c287580dfe187954ec4d70c01d2f0cf20fabb75b51e3eb6dfd8b4b8b9605
Contents?: true
Size: 425 Bytes
Versions: 7
Compression:
Stored size: 425 Bytes
Contents
# -*- encoding : utf-8 -*- class Require110Migrations < ActiveRecord::Migration def self.up raise %( Your database is not ready to be migrated to #{Card::Version.release}. Please first install version 1.10.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