class ActiveRecord::NullMigration

:nodoc:

def initialize

:nodoc:
def initialize
  super(nil, 0, nil, nil)
end

def mtime

def mtime
  0
end