update postgres url name

This commit is contained in:
iElectric 2010-04-29 22:24:14 +02:00
parent 6e32274aec
commit a4176bf10e
2 changed files with 2 additions and 2 deletions

2
TODO
View File

@ -14,7 +14,7 @@ make_update_script_for_model:
- update documentation
- update repository migration script
- wrap migration into transaction
- interactive migration script resultion
- interactive migration script resolution
- readd transaction support
- port to unittest2

View File

@ -8,7 +8,7 @@
# The string '__tmp__' is substituted for a temporary file in each connection
# string. This is useful for sqlite tests.
sqlite:///__tmp__
postgres://scott:tiger@localhost/test_migrate
postgresql://scott:tiger@localhost/test_migrate
mysql://scott:tiger@localhost/test_migrate
oracle://scott:tiger@localhost
# TODO: add firebird