Sha256: 62da2f979f2853a82c57fce3bc05ab6a619d009fb899fae673219405b048cc74
Contents?: true
Size: 423 Bytes
Versions: 14
Compression:
Stored size: 423 Bytes
Contents
# -*- encoding : utf-8 -*- class Require18Migrations < ActiveRecord::Migration def self.up raise %( 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 raise "Older migrations have been removed because of incompatibility." end end
Version data entries
14 entries across 14 versions & 1 rubygems