hi michael On Wed, Aug 6, 2008 at 10:39 PM, Michael Harris <[EMAIL PROTECTED]> wrote: > How does JR create the table structure it needs? Is it possible to create > or have JR create some sql scripts to create the tables, or does JR have to > create its own tables? If that is the case, does it continually create > tables or just once when the repo is initially fired up?
jr creates the tables only once: on startup it checks whether the req. tables exist and creates them if not. while you could create the tables using a sql script i wouldn't recommend it. the table names are made up dynamically using a custom prefix and some esacaping if necessary. why would you want to create the tables, indices etc yourself? cheers stefan > > thanx > > -- > --------------------- > Michael Harris >
