Hello. To solve this problem (create the schema on database creation), I've done it this way:
https://gist.github.com/2727424 It uses the modified DbStarter from https://gist.github.com/2727189 I'm sharing with anyone may need it. Cheers, Luigi On May 8, 10:23 pm, "[email protected]" <[email protected]> wrote: > Spring does not detect anything, and the spring is run always. > > CREATE TABLE $TableName IF NOT EXISTS ... > > and > > MERGE ... > > are your firends ;) > -- You received this message because you are subscribed to the Google Groups "H2 Database" 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/h2-database?hl=en.
