omda12 / akelosframework

Automatically exported from code.google.com/p/akelosframework
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Migration improvements #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Migrations should downgrade to an specific revision using the following
command on the console: migrate uninstall APP_NAME 3

which should set your DB as it was on version 3 of APP_NAME

Migrations also need to enable database modification by using
modifyDatabase() or removeColumn(), addColumn(). This comes a bit difficult
when working with SQLite but a full-backup and filtered-restoring can be
performed to provide this functionality.

Original issue reported on code.google.com by bermifer...@gmail.com on 11 Nov 2006 at 7:57

GoogleCodeExporter commented 9 years ago

Original comment by bermifer...@gmail.com on 11 Nov 2006 at 8:07