Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Another db->db.engine because I'm bad at things ;) | Christopher Allan Webber | 2012-01-29 | 1 | -7/+7 |
| | | | | Thanks again Elrond. | ||||
* | Another MigrationManager fix. | Christopher Allan Webber | 2012-01-29 | 1 | -1/+1 |
| | | | | self.database -> self.database.engine (thanks again Elrond for the catch) | ||||
* | assert was positive when it should be negative, fixed | Christopher Allan Webber | 2012-01-29 | 1 | -1/+1 |
| | |||||
* | Use .first() instead of [0]... thanks elrond :) | Christopher Allan Webber | 2012-01-29 | 1 | -5/+2 |
| | |||||
* | We should probably add that object to the DB also :P | Christopher Allan Webber | 2012-01-29 | 1 | -1/+2 |
| | |||||
* | Commit that new migration record ;) | Christopher Allan Webber | 2012-01-29 | 1 | -0/+1 |
| | |||||
* | Add create_new_migration_record method to MigrationManager | Christopher Allan Webber | 2012-01-29 | 1 | -2/+7 |
| | |||||
* | Added init_tables method to MigrationManager | Christopher Allan Webber | 2012-01-29 | 1 | -2/+12 |
| | |||||
* | More work on SQL MigrationManager | Christopher Allan Webber | 2012-01-29 | 1 | -15/+25 |
| | | | | | | | Added methods: - migration_data - database_current_migration - migrations_to_run | ||||
* | Removing printer argument now that we use self.printer | Christopher Allan Webber | 2012-01-29 | 1 | -1/+1 |
| | |||||
* | Finishing the init_or_migrate function | Christopher Allan Webber | 2012-01-29 | 1 | -1/+7 |
| | |||||
* | More work on migration manager, including adding a dry run function | Christopher Allan Webber | 2012-01-29 | 1 | -6/+76 |
| | |||||
* | Beginnings of the SQL migration manager | Christopher Allan Webber | 2012-01-29 | 1 | -1/+100 |
| | |||||
* | Big ol' start of the SQL migrations system. | Christopher Allan Webber | 2012-01-29 | 1 | -0/+59 |
Things definitely don't work yet, but should be heading in the right direction. |