[Lift] Re: model existing postgresql database

2009-08-29 Thread Jim Myers
I figured out I could pass in false to Schemifier to bypass this. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to liftweb@googlegroups.com To unsubscribe from this g

[Lift] Menu direct link to pdf to download

2009-08-29 Thread Jim Myers
I'm trying to put a link in a menu to directly download a PDF. Menu(Loc("DH6", ("current/pdf/DH6.pdf" :: "" :: Nil) -> true, "DH6 - test PDF")) :: I get the message: The requested page was not defined in your SiteMap, so access was blocked. Is this possible? If so, what's the secret? --~--~--

[Lift] model existing postgresql database

2009-08-28 Thread Jim Myers
We have an existing PostgreSQL database with many tables, views, indexes that we'd like to model in Lift. I created a basic model but it seems to insist on creating an index that isn't needed. Below is the error followed by the model code. Note that 'person' is a view in our database, not a tabl