aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/migration_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Fix create_table so that id column is implicitly added [Rick Olson]Jamis Buck2005-07-271-1/+12
* Added a VERSION parameter to the migrate task that allows you to do "rake mig...David Heinemeier Hansson2005-07-091-0/+15
* Made default changes work in both postgresql and mysql #1612 [Tobias Luetke]David Heinemeier Hansson2005-07-051-0/+2
* Sugared up migrations with even more bling #1609 [Tobias Luekte]David Heinemeier Hansson2005-07-051-9/+54
* Added new Migrations framework for describing schema transformations in a way...David Heinemeier Hansson2005-07-041-0/+139