C-Otto / BitBook

BitBook helps you organize your bitcoin addresses and transactions.
https://bitbook.c-otto.de
MIT License
43 stars 6 forks source link

Bug: migrate to H2 version 2 #146

Open C-Otto opened 2 years ago

C-Otto commented 2 years ago

The database is created using H2 version 1.4. Newer versions of Spring (2.7) do not support this, anymore.

Upgrade existing databases to H2 version 2, so that Spring can be updated.