5 lines
144 B
Python
5 lines
144 B
Python
|
#!/usr/bin/python
|
||
|
from migrate.versioning.shell import main
|
||
|
|
||
|
main(url='postgres://jan:heyyou97@localhost:5432/jan',repository='ormaptest_repo')
|