From f2f53b61d48e4fd1790114b400fe1a9b2389b12c Mon Sep 17 00:00:00 2001 From: iElectric <unknown> Date: Sat, 24 Apr 2010 22:04:03 +0200 Subject: [PATCH] change test_db database name to more verbose name --- test_db.cfg.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_db.cfg.tmpl b/test_db.cfg.tmpl index 046ac97..36efe98 100644 --- a/test_db.cfg.tmpl +++ b/test_db.cfg.tmpl @@ -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