updates
All checks were successful
Build Org Backend / build (push) Successful in 12s

This commit is contained in:
2026-06-04 14:32:21 +01:00
parent 3b504aeea8
commit e9914e7fa8
25 changed files with 1377 additions and 255 deletions

View File

@@ -44,6 +44,12 @@
<artifactId>postgresql</artifactId>
</dependency>
<!-- Schema migrations (runs at startup) -->
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
</dependency>
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>