aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/migration_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Speed up the setting of table_name. Closes #2428.Marcel Molina2005-10-101-0/+9
* Add rename_table to mysql, sqlite and postgres adapters for use in migrationsTobias Lütke2005-10-061-0/+19
* Add failing test that shows that AR::Migration.remove_column fails silently w...Marcel Molina2005-09-281-3/+17
* Make migrations honor table name prefixes and suffixes.Marcel Molina2005-09-261-2/+53
* Standardize the interpretation of boolean columns in the Mysql and Sqlite ada...Jamis Buck2005-09-251-0/+23
* Make sqlite adapter pass all testsJamis Buck2005-09-231-0/+2
* Add ActiveRecord::SchemaDumper for dumping a DB schema to a pure-ruby file, m...Jamis Buck2005-09-231-0/+4
* Allow add_column and create_table to specify NOT NULL #1712 [emptysands@gmail...Jamis Buck2005-07-301-0/+25
* 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