a micro-framework for handling migrations
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 30 Jan 2007 11:27:12 +0000 (11:27 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 30 Jan 2007 11:27:12 +0000 (11:27 +0000)
commitf62304dea30e549193712bb442bf2ebcbb2814bc
tree3be39325bcb2a4daeb7f9ebaee88f63a3f9e301c
parentb769703bf7f532b5042ed2fdf126cbd91adeb52a
a micro-framework for handling migrations
just create migration scripts named
migrations/<nnn>-up-<some-text>.sql and myplc will apply them at start time

I am unsure whether wildcards are supported in setup.py, checking that..
migrations/001-up-subversion.sql [new file with mode: 0644]
migrations/README.txt [new file with mode: 0644]
planetlab4.sql
setup.py