From a4176bf10e41974fcc253838e68222c300c53490 Mon Sep 17 00:00:00 2001 From: iElectric Date: Thu, 29 Apr 2010 22:24:14 +0200 Subject: [PATCH] update postgres url name --- TODO | 2 +- test_db.cfg.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index ee21c81..8d65f56 100644 --- a/TODO +++ b/TODO @@ -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 diff --git a/test_db.cfg.tmpl b/test_db.cfg.tmpl index e98ad81..1461967 100644 --- a/test_db.cfg.tmpl +++ b/test_db.cfg.tmpl @@ -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