Sha256: 7eac3c3c27b19ca203d96ec0fcf45abfaccfb215e6cfa65a50ed4617dcab1889
Contents?: true
Size: 431 Bytes
Versions: 9
Compression:
Stored size: 431 Bytes
Contents
# -*- encoding : utf-8 -*- class Require110Migrations < ActiveRecord::Migration[4.2] 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
9 entries across 9 versions & 1 rubygems