opencast / annotation-tool

A video annotation service that is suitable for research, teaching and learning
Educational Community License v2.0
38 stars 18 forks source link

Revert "Update `h2`" #613

Closed JulianKniephoff closed 11 months ago

JulianKniephoff commented 11 months ago

Reverts opencast/annotation-tool#611

Unfortunately this doesn't work with Postgres. 😔

H2 and MariaDB treat unquoted identifiers as uppercase by default, but Postgres lowercases them.

So this will always be a breaking change for someone, and I think this is the time where we finally need to look into a proper migration mechanism.