Module DataMapper::Migrations::SingletonMethods
In: lib/dm-migrations/auto_migration.rb

Methods

Public Instance methods

drops and recreates the repository upwards to match model definitions

@param [Symbol] name repository to act on, :default is the default

@api public

destructively migrates the repository upwards to match model definitions

@param [Symbol] name repository to act on, :default is the default

@api public

[Validate]