Class | DataMapper::Migration |
In: |
lib/dm-migrations/migration.rb
lib/dm-migrations/version.rb |
Parent: | Object |
VERSION | = | '0.10.1'.freeze |
adapter | [RW] | |
database | [RW] | |
name | [RW] | |
position | [RW] |
Orders migrations by position, so we know what order to run them in. First order by postition, then by name, so at least the order is predictable.