diff options
author | ivan <ivan> | 2008-07-21 21:23:26 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-07-21 21:23:26 +0000 |
commit | 4011d4876104367056d340f68697ff1a39ff810b (patch) | |
tree | af7e65728a11bf0ffa875249c64ef91b44c6ccf6 | |
parent | 3c4456c1de9701d93b64fcbadcfaca598a0347d8 (diff) |
oops, don't inadvertantly switch default db type
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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= |