Jan Dittberner
dea15a6c4f
git-svn-id: file:///home/www/usr01/svn/gnuviechadmin/trunk@242 a67ec6bc-e5d5-0310-a910-815c51eb3124
4 lines
144 B
Python
4 lines
144 B
Python
#!/usr/bin/python
|
|
from migrate.versioning.shell import main
|
|
|
|
main(url='postgres://jan:heyyou97@localhost:5432/jan',repository='ormaptest_repo')
|