Problem migrating to specific schema in PostgreSQL

Hi All,

I have created a schema named “CFG” in the postgreSQL database named
“EIS1”.

When run the rake command to migrate. The scripts are always run in the
“Public” schema in database “EIS1”.

How do I make it run under “CFG” schema in “EIS1”.

Appreciate your help !!!

Thanks,
John

I suspect you can’t. I’m assuming you used the postgresql ‘CREATE
SCHEMA’ command. I don’t think rails can access those things.

robbyonrails knows more about postgres and rails together than I do.

F

Thanks for your response Fred !!

robbyonrails ? Can you direct me to this place?

Thanks,
John

On Feb 14, 2008, at 10:10 PM, John E. wrote:

Thanks for your response Fred !!

robbyonrails ? Can you direct me to this place?

http://www.robbyonrails.com/