On Tue, Dec 1, 2009 at 9:20 PM, Joern <[email protected]> wrote:
> Hi, > > I just want to see the statements Schemifier.schemify() would use to > create all my tables. Right now, it only creates statements, if there > is no such table in the DB. How could I avoid having it look at the > existing tables and just let Schemifier give me all the create > statements? > I don't think there's a way to do that. You can set flags for schemification that only log changes, but don't actually make them. But there's no way to tell Schemifier "pretent there are no tables." Sorry. > > Thanks, > Joern > > -- > > You received this message because you are subscribed to the Google Groups > "Lift" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<liftweb%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/liftweb?hl=en. > > > -- Lift, the simply functional web framework http://liftweb.net Beginning Scala http://www.apress.com/book/view/1430219890 Follow me: http://twitter.com/dpp Surf the harmonics -- You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.
