summaryrefslogtreecommitdiff
path: root/migrate/versioning/genmodel.py
Commit message (Expand)AuthorAgeFilesLines
* Port to Python3Cyril Roelandt2014-04-091-2/+6
* Fix genmodel for SQLA 0.9Thomas Goirand2014-03-051-10/+27
* Use two models in generated migrations. Test column addition and removal.Gabriel2011-07-071-33/+48
* Put constraints (positional) before args (keywords).Gabriel2011-07-051-1/+1
* Fix and test issue 118. Clarify genmodel transformations.Gabriel2011-07-051-17/+40
* Fix column creation in make_update_script_for_model.Gabriel2011-07-041-15/+14
* More concise declarative output.Gabriel2011-06-291-18/+11
* More pep8 compliant declarative output.Gabriel2011-06-291-7/+8
* fixes #107Domen Kožar2011-02-051-4/+4
* rewrite of schemadiff internalschrisw2010-09-101-37/+48
* partly fix SA0.6 tests on postgresiElectric2010-04-241-5/+3
* apply patch by Jason NewtoniElectric2009-10-071-1/+1
* remove bad reference to migrate_engineRick Copeland2009-08-121-1/+1
* Add table declarations for tables with diffRick Copeland2009-08-121-2/+2
* Add support for ALTER TABLE add/drop columns in make_update_script_for_modelRick Copeland2009-08-121-1/+24
* use logging module for output, fixes #26iElectric2009-07-081-0/+2
* separating test_shell and test_api, replacing shell hacks with ScriptTestiElectric2009-07-041-1/+1
* convert svn to hgiElectric2009-06-301-0/+220