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