Migrations the right way

This commit is contained in:
PB
2025-11-08 17:54:22 +01:00
parent bceaa010ab
commit fc6970adc2
9 changed files with 88 additions and 266 deletions

6
bin/entrypoint Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env sh
# run migrations
migrate
exec "$@"