Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sqlite adapter pass all tests | Jamis Buck | 2005-09-23 | 1 | -0/+2 |
* | Add ActiveRecord::SchemaDumper for dumping a DB schema to a pure-ruby file, m... | Jamis Buck | 2005-09-23 | 1 | -0/+4 |
* | Allow add_column and create_table to specify NOT NULL #1712 [emptysands@gmail... | Jamis Buck | 2005-07-30 | 1 | -0/+25 |
* | Fix create_table so that id column is implicitly added [Rick Olson] | Jamis Buck | 2005-07-27 | 1 | -1/+12 |
* | Added a VERSION parameter to the migrate task that allows you to do "rake mig... | David Heinemeier Hansson | 2005-07-09 | 1 | -0/+15 |
* | Made default changes work in both postgresql and mysql #1612 [Tobias Luetke] | David Heinemeier Hansson | 2005-07-05 | 1 | -0/+2 |
* | Sugared up migrations with even more bling #1609 [Tobias Luekte] | David Heinemeier Hansson | 2005-07-05 | 1 | -9/+54 |
* | Added new Migrations framework for describing schema transformations in a way... | David Heinemeier Hansson | 2005-07-04 | 1 | -0/+139 |