Sha256: 5459e3a15db9fa5a69bbd3487f034696c3cf387e44a23bea2acf2200e6b99f8a
Contents?: true
Size: 421 Bytes
Versions: 31
Compression:
Stored size: 421 Bytes
Contents
# -*- encoding : utf-8 -*- class Require18Migrations < ActiveRecord::Migration def self.up fail %{ Your database is not ready to be migrated to #{Card::Version.release}. Please first 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