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