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