update postgres url name
This commit is contained in:
parent
6e32274aec
commit
a4176bf10e
2
TODO
2
TODO
@ -14,7 +14,7 @@ make_update_script_for_model:
|
|||||||
- update documentation
|
- update documentation
|
||||||
- update repository migration script
|
- update repository migration script
|
||||||
- wrap migration into transaction
|
- wrap migration into transaction
|
||||||
- interactive migration script resultion
|
- interactive migration script resolution
|
||||||
- readd transaction support
|
- readd transaction support
|
||||||
|
|
||||||
- port to unittest2
|
- port to unittest2
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
# The string '__tmp__' is substituted for a temporary file in each connection
|
# The string '__tmp__' is substituted for a temporary file in each connection
|
||||||
# string. This is useful for sqlite tests.
|
# string. This is useful for sqlite tests.
|
||||||
sqlite:///__tmp__
|
sqlite:///__tmp__
|
||||||
postgres://scott:tiger@localhost/test_migrate
|
postgresql://scott:tiger@localhost/test_migrate
|
||||||
mysql://scott:tiger@localhost/test_migrate
|
mysql://scott:tiger@localhost/test_migrate
|
||||||
oracle://scott:tiger@localhost
|
oracle://scott:tiger@localhost
|
||||||
# TODO: add firebird
|
# TODO: add firebird
|
||||||
|
Loading…
x
Reference in New Issue
Block a user