aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/migration_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* MySQL: rename_column preserves default values. [#466 state:resolved]Diego Algorta2008-06-221-0/+26
* Fix failing tests on mysql 4.1 & ruby 1.8.4. [#237 state:resolved]Frederick Cheung2008-05-221-2/+2
* Added protection against duplicate migration names (Aslak Hellesøy) [#112 st...Aslak Hellesøy2008-05-111-0/+6
* create_table :force => true no longer tries to drop a non-existing tableTarmo Tänav2008-05-071-0/+18
* Added change_table for migrations (Jeff Dean) [#71 state:resolved]David Heinemeier Hansson2008-05-031-1/+207
* Provide data for the key column otherwise adding a unique index will fail. [#...Frederick Cheung2008-04-231-0/+1
* Fix migrations when migrating to a specified version number with a fresh data...Ian White2008-04-171-1/+8
* Add support for interleaving migrations by storing which migrations have run ...Rick Olson2008-04-091-9/+43
* Fix migration test when run in GMT zone. Closes #11477 [thechrisoshow]Jeremy Kemper2008-04-011-4/+19
* Switched to UTC-timebased version numbers for migrations and the schema. This...David Heinemeier Hansson2008-03-281-11/+32
* Migrations: create_table supports primary_key_prefix_type. Closes #10314.Jeremy Kemper2008-03-181-0/+27
* test_native_types expects DateTime.local_offset instead of DateTime.now.offse...Geoff Buesing2008-03-101-1/+1
* Fix typo in migration test. Closes #11105 [h-lame]Jeremy Kemper2008-02-151-1/+1
* MySQL: omit text/blob defaults from the schema instead of using an empty stri...Jeremy Kemper2008-01-301-5/+1
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-211-24/+25
* Fix pathsJeremy Kemper2008-01-181-27/+27
* Move tests to casesJeremy Kemper2008-01-181-0/+987