Manoj Waikar
unread,Jun 17, 2011, 4:46:12 PM6/17/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to lobos-...@googlegroups.com
Hi,
After running the dump command, the migrations file which is created, has a (:use lobos.config) statement in it, but I don't think this file gets generated as a result of dump. I manually created such file with the following text -
(ns lobos.config)
(def db
{:classname "org.postgresql.Driver"
:subprotocol "postgresql"
:user "lobos"
:password "lobos"
:subname "//localhost:5432/lobos"})
and it seemed to work.
Please let me know if this is an issue.
Thx,
Manoj.