From 4011d4876104367056d340f68697ff1a39ff810b Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 21 Jul 2008 21:23:26 +0000 Subject: [PATCH] oops, don't inadvertantly switch default db type --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2ad1915ac..ae389f949 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,8 @@ #solaris and perhaps other very weirdass /bin/sh #SHELL="/bin/ksh" -#DB_TYPE = Pg -DB_TYPE = mysql +DB_TYPE = Pg +#DB_TYPE = mysql DB_USER = freeside DB_PASSWORD= -- 2.11.0