Sha256: 14020cd9c4403fb3af26b767102dc5cc0f2e5ce91e788e8c014e06a26d660610
Contents?: true
Size: 428 Bytes
Versions: 32
Compression:
Stored size: 428 Bytes
Contents
# -*- encoding : utf-8 -*- class Require18Migrations < 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.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
32 entries across 32 versions & 1 rubygems