# File lib/dm-migrations/migration.rb, line 65
    def database
      warn "Using the DataMapper::Migration#database method is deprecated, use #repository instead"
      @repository
    end