change test_db database name to more verbose name
This commit is contained in:
parent
e4868841d5
commit
f2f53b61d4
@ -8,6 +8,6 @@
|
||||
# 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
|
||||
mysql://scott:tiger@localhost/test
|
||||
postgres://scott:tiger@localhost/test_migrate
|
||||
mysql://scott:tiger@localhost/test_migrate
|
||||
oracle://scott:tiger@localhost
|
||||
|
Loading…
x
Reference in New Issue
Block a user