Sha256: df57676b324e6c44bf92ae9ee127cb65eda405adc8dbf1fe12fafa169aaa8951

Contents?: true

Size: 989 Bytes

Versions: 4

Compression:

Stored size: 989 Bytes

Contents

History.txt
LICENSE
Manifest.txt
README.txt
Rakefile
TODO
db/migrations/1_create_people_table.rb
db/migrations/2_add_dob_to_people.rb
db/migrations/config.rb
examples/sample_migration.rb
examples/sample_migration_spec.rb
lib/dm-migrations.rb
lib/dm-migrations/version.rb
lib/migration.rb
lib/migration_runner.rb
lib/spec/example/migration_example_group.rb
lib/spec/matchers/migration_matchers.rb
lib/sql.rb
lib/sql/column.rb
lib/sql/mysql.rb
lib/sql/postgresql.rb
lib/sql/sqlite3.rb
lib/sql/table.rb
lib/sql/table_creator.rb
lib/sql/table_modifier.rb
spec/integration/migration_runner_spec.rb
spec/integration/migration_spec.rb
spec/integration/sql_spec.rb
spec/spec.opts
spec/spec_helper.rb
spec/unit/migration_spec.rb
spec/unit/sql/column_spec.rb
spec/unit/sql/postgresql_spec.rb
spec/unit/sql/sqlite3_extensions_spec.rb
spec/unit/sql/table_creator_spec.rb
spec/unit/sql/table_modifier_spec.rb
spec/unit/sql/table_spec.rb
spec/unit/sql_spec.rb
tasks/db.rb
tasks/install.rb
tasks/spec.rb

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dm-migrations-0.9.10 Manifest.txt
dm-migrations-0.9.11 Manifest.txt
dm-migrations-0.9.8 Manifest.txt
dm-migrations-0.9.9 Manifest.txt