Sha256: 0a509d1b2e0695209b42d88cb68698f68c384ad8e3787c4315b6401b8a7fbe73
Contents?: true
Size: 430 Bytes
Versions: 4
Compression:
Stored size: 430 Bytes
Contents
# -*- encoding : utf-8 -*- class Require110Migrations < Cardio::Migration::Schema def self.up raise %( Your database is not ready to be migrated to #{Cardio::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
4 entries across 4 versions & 1 rubygems