.gitignore | 100644 | 0 | 0 | | | 262 Bytes | 124702c650f252cfe50b3a18b363fa00e7ae8ed092b869a86eceeff67330e553 |
.rspec | 100644 | 0 | 0 | | | 13 Bytes | 8d585539ad91d4b748e52e74ee58461dc2e7a4f63ca51bd22b5ea0632c09faab |
.rubocop.yml | 100644 | 0 | 0 | | | 8.05 KB | 38e8feeff09db8c908055c5e81fbd0ef352f0541848854f522014817601388cb |
.travis.yml | 100644 | 0 | 0 | | | 1.06 KB | 3858cc0627091a9543b252dc78bbe238d57f83212b9b393787cf7391ea5cc0d5 |
Gemfile | 100644 | 0 | 0 | | | 1.83 KB | c320c75b5b60f49c611e81735bae10f08c0c710c988d5c8db2530d0c7753cc6b |
LICENSE | 100644 | 0 | 0 | | | 1.03 KB | b7b09a8246d748e511482735e3820d356ee0d3aa7de255d56de62a1a07e217b0 |
README.rdoc | 100644 | 0 | 0 | | | 788 Bytes | 2d8a2c15e8cf1c0312a9f17a7ffa6b71b44bcdffdc524851a2585a39df54c2a1 |
Rakefile | 100644 | 0 | 0 | | | 91 Bytes | 6b9713753ec809ec94ffd90b596b22ab0c50d2cefaabecf9039b2a946c822f5f |
db/migrations/1_create_people_table.rb | 100644 | 0 | 0 | | | 237 Bytes | ef953ffedf265e9e2638747388bc07057f2fd6adf2733ab28635b9fe5fc98848 |
db/migrations/2_add_dob_to_people.rb | 100644 | 0 | 0 | | | 214 Bytes | 8684c65dd28d3b47a6574be866e1663496188bae7c0791d2dc4640294c33f81c |
db/migrations/config.rb | 100644 | 0 | 0 | | | 160 Bytes | 2602ae103de7c20bd53e536c94c1af049f8cf84c9eb5c527c1de1c71d5d0104f |
dm-migrations.gemspec | 100644 | 0 | 0 | | | 805 Bytes | 6c387df36a96233aeeaadfe30f08f857678dd93d274ba25be1570e2e2c99621a |
examples/Rakefile | 100644 | 0 | 0 | | | 5.07 KB | 5669b18b6ffe376fb83453f1341627e077fae78307a669debd301c5ae414aaee |
examples/sample_migration.rb | 100644 | 0 | 0 | | | 1.05 KB | 2f5cd5df182cb8bb81235a7528962b8183e701950af6ffe3b303764849bac13c |
examples/sample_migration_spec.rb | 100644 | 0 | 0 | | | 1.3 KB | e62e3ada339b129a868335b81de96ce870d213430ae77750e01692fdc685275b |
lib/dm-migrations.rb | 100644 | 0 | 0 | | | 91 Bytes | fc284dd2d0b8ffc809eae01cfad18f148719500e9109f7f2145913ef26315cf9 |
lib/dm-migrations/adapters/dm-do-adapter.rb | 100644 | 0 | 0 | | | 10.1 KB | 88d86ca60c661bc3d2556afa6687cf3e553b39666b6e8e6c49ea05e1a3fda459 |
lib/dm-migrations/adapters/dm-mysql-adapter.rb | 100644 | 0 | 0 | | | 8.79 KB | 2483aaf14af94bcf4fabf098187c640e6980a5082de7065091063cc68f0be35d |
lib/dm-migrations/adapters/dm-oracle-adapter.rb | 100644 | 0 | 0 | | | 11.5 KB | b33fe0b842ef85497a2a312b893d449bb8e5e09f7ae1ef00af033b205f69fb79 |
lib/dm-migrations/adapters/dm-postgres-adapter.rb | 100644 | 0 | 0 | | | 3.99 KB | 55a425f2781ce65387e66f6d3bddfca974c8717854a022c0a0ea4d6f9841ff69 |
lib/dm-migrations/adapters/dm-sqlite-adapter.rb | 100644 | 0 | 0 | | | 2.54 KB | 31577779339dd180284a5818bb8c9cbece1638728c1387e18f19fde920a30921 |
lib/dm-migrations/adapters/dm-sqlserver-adapter.rb | 100644 | 0 | 0 | | | 5.39 KB | 2dbf5a2203c86ea5adee2e29fe4958abe4966d4366b2687ffe250e7786fae5f8 |
lib/dm-migrations/adapters/dm-yaml-adapter.rb | 100644 | 0 | 0 | | | 544 Bytes | cf38e05ccce9635433b8a89fbb90a952e5535a1f75a282e64f1cb8ab01bcf2cd |
lib/dm-migrations/auto_migration.rb | 100644 | 0 | 0 | | | 6.67 KB | 04d305048c951bba6e01673156c899c80fd6291daf343209f9fe5e1b69b38447 |
lib/dm-migrations/exceptions/duplicate_migration.rb | 100644 | 0 | 0 | | | 101 Bytes | 685edcef01be47cfce5bb5c56b1b36fdd3248c26c388b7f3d64f941c6c98117c |
lib/dm-migrations/migration.rb | 100644 | 0 | 0 | | | 8.78 KB | dedaa3220210490b709a35225390ec60fb4f1d4fe2e24a577d7e2243a805858c |
lib/dm-migrations/migration_runner.rb | 100644 | 0 | 0 | | | 2.96 KB | ee5896c8e606cb8f3f9f57ff74a200422f64b9d11ddd7252d46364072d5a426a |
lib/dm-migrations/sql.rb | 100644 | 0 | 0 | | | 264 Bytes | c7decb6decc3ca67cb2bc6a58c87f4f10b0e8af3e2cebc9a6578d66a8e8ef24a |
lib/dm-migrations/sql/column.rb | 100644 | 0 | 0 | | | 117 Bytes | 946cebef0b9951e5555d4346b10d1a9974c95cac6fb5f6c7074ca1038dc58c81 |
lib/dm-migrations/sql/mysql.rb | 100644 | 0 | 0 | | | 2.2 KB | 47fa0c26ffcd412fe5c035f080177b009014eb07584ffd65243821c95f38a7b0 |
lib/dm-migrations/sql/oracle.rb | 100644 | 0 | 0 | | | 199 Bytes | 6153df8d66243d1b8a4748825f6fbe7ff15c3054572e508b5d7d5b282f40867e |
lib/dm-migrations/sql/postgres.rb | 100644 | 0 | 0 | | | 2.52 KB | ae5682c9254edffe46b50cdc3c5155616a80038b1a7f0646176dcd8b48fb813c |
lib/dm-migrations/sql/sqlite.rb | 100644 | 0 | 0 | | | 1.2 KB | f6b498ff5d480bcf16309c79d6f9e2f6c56bea2e3f3f08f64813245bf57d3794 |
lib/dm-migrations/sql/sqlserver.rb | 100644 | 0 | 0 | | | 204 Bytes | 19224138dd2640e9dc0df51d27d7b92675758ac880b2cbe988042b560ffd0adb |
lib/dm-migrations/sql/table.rb | 100644 | 0 | 0 | | | 238 Bytes | e6b03b7b26ba5a0e2bb905eda985de93d307a389de28cddbce6b6b478367704e |
lib/dm-migrations/sql/table_creator.rb | 100644 | 0 | 0 | | | 2.52 KB | 65773c34b4e481dd417cb964a3b7259deca65ba8a458b3970a7fbd864835085f |
lib/dm-migrations/sql/table_modifier.rb | 100644 | 0 | 0 | | | 1.71 KB | cece245fa9cb9c592087ac983aee054e01518e7c8c64f582e77376fbbf7cf6fe |
lib/dm-migrations/version.rb | 100644 | 0 | 0 | | | 84 Bytes | 181fbdfbd3f51b9ead232b8b81c7e48d0276009a483ef45b44ae496788ebb698 |
lib/spec/example/migration_example_group.rb | 100644 | 0 | 0 | | | 1.63 KB | 2de340713dd10619f8f534ff648ecb71c9c7b2f9c02985499649603cd9096343 |
lib/spec/matchers/migration_matchers.rb | 100644 | 0 | 0 | | | 2.08 KB | 22e6e07e69f59bee8c4630f1c0f691b939c1f809277e78e106fb261bc1b12128 |
spec/integration/auto_migration_spec.rb | 100644 | 0 | 0 | | | 22.8 KB | c9060b6dd14d58ef99aea70943e2570239de6fc81bc338a5de3dad1dcdab7ce8 |
spec/integration/auto_upgrade_spec.rb | 100644 | 0 | 0 | | | 955 Bytes | 18cf7d52130943acf0b0f6aab2aadede4d08d5cfe7d326b82c3013e3a06abc45 |
spec/integration/migration_runner_spec.rb | 100644 | 0 | 0 | | | 2.77 KB | e28bc2baca882d36e2cfeafffe80cb025d2f3f4b3f57d84e1a0addc39d846fbd |
spec/integration/migration_spec.rb | 100644 | 0 | 0 | | | 4.89 KB | 4a69b79e6133d3846d03956f3931e352fd7450c9f924c74c3b608c804f7465cd |
spec/integration/sql_spec.rb | 100644 | 0 | 0 | | | 10.8 KB | 46bdeb40c0703a69d0fdd4327ee467f322b9cde93ba2c547c188fc9009cfd909 |
spec/isolated/require_after_setup_spec.rb | 100644 | 0 | 0 | | | 633 Bytes | c24fa5b321c7d8418e7646e9ee728dfd9fc8cd6658f8bd2dbb8dd29e52528735 |
spec/isolated/require_before_setup_spec.rb | 100644 | 0 | 0 | | | 634 Bytes | 76dae795f3cbd5414fe5b577dd3ce9d590c3fe168beb9d507a80af73c1324dd1 |
spec/isolated/require_spec.rb | 100644 | 0 | 0 | | | 1.03 KB | 1ca40d42c9d9c3b61c23c1b177df1e951efb69a74a3f81cb06155a9e6a6b04bb |
spec/spec_helper.rb | 100644 | 0 | 0 | | | 423 Bytes | df3b89657e7c0792840a4b08f885147006c826b6aea3a98475124d54e7c7ab08 |
spec/unit/migration_spec.rb | 100644 | 0 | 0 | | | 16.3 KB | 874f93e8d3c493c3349944d00e38819d2405652340f7077cca8e690e430c4d73 |
spec/unit/sql/column_spec.rb | 100644 | 0 | 0 | | | 289 Bytes | 82117c74a0d81d9a65065a68a9d3a784e6b713c1bd5d85b3e79852ca48f55589 |
spec/unit/sql/postgres_spec.rb | 100644 | 0 | 0 | | | 2.79 KB | da59741fffe7e816eaae176dfec5d95e6c91c1aa99e2f87572091754db0fa376 |
spec/unit/sql/sqlite_extensions_spec.rb | 100644 | 0 | 0 | | | 3 KB | b8efbf7bf51130b21cf39de7ab9de3bef638c0bb80d2a81040c381a89b6aa125 |
spec/unit/sql/table_creator_spec.rb | 100644 | 0 | 0 | | | 3.21 KB | 6b9acb3f087180c55a6335ad709413286a5e4e5e19bf025370d5517f88a9bf34 |
spec/unit/sql/table_modifier_spec.rb | 100644 | 0 | 0 | | | 1.5 KB | 906a7e5b93a62b815b542b2f576882bb18577665b9d63cce4ed2df169eba29ac |
spec/unit/sql/table_spec.rb | 100644 | 0 | 0 | | | 587 Bytes | 24b75d4b47e4719aed82d7de15b11ffbc4549312e1a86bd70bcfbceff51e02a6 |
spec/unit/sql_spec.rb | 100644 | 0 | 0 | | | 87 Bytes | efefc8832719ddb87a1910ce6f738754f7221873aca6eb5a8e764b4f1e11d23c |
tasks/release.rake | 100644 | 0 | 0 | | | 217 Bytes | b466181154e493f83df99fcff615756a44d54f2b27104e573097f014cea20ddf |
tasks/spec.rake | 100644 | 0 | 0 | | | 405 Bytes | 88758e56eb3062363f1c2ba28d4d81a47a599ff4d6c05376593d5d4d77adf4a5 |
tasks/yard.rake | 100644 | 0 | 0 | | | 180 Bytes | cfa167501d0fe5a40f7fa262b63c439013bdfae5edaf4adb867e633b724883ef |
tasks/yardstick.rake | 100644 | 0 | 0 | | | 483 Bytes | 72a5da5a55d467329bc0fd46017bc42b371895fb460c61d95ad57f669c64e437 |