But my import process as follows: - Create a new db from scratch - Create new tables - import data from the old version using jdbc+sql - create materilized views (calculated tables), set rights etc. - turn h2 off in production, copy there the newly created file and start again.
So I don't think that my current db has ever touched version 186. Is there a way to see from the db file if it has at some point been touched by version 186? - Rami On 8 May 2015 08:42, "Thomas Mueller" <[email protected]> wrote: > > Hi, > > I'm afraid if the database was opened with version 1.4.186 (when using the MVStore), then the data is gone, even if you open it with a newer version afterwards. -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
