Sha256: 936ce28935b2e9907ed19a60764abdefa57349cbc7f0a9beba57991d16af2781
Contents?: true
Size: 423 Bytes
Versions: 24
Compression:
Stored size: 423 Bytes
Contents
# -*- encoding : utf-8 -*- class Require110Migrations < ActiveRecord::Migration def self.up fail %{ Your database is not ready to be migrated to #{Wagn::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 fail "Older migrations have been removed because of incompatibility." end end
Version data entries
24 entries across 24 versions & 1 rubygems