feat(api/Docker): automatically run migrations on container start

migrations do nothing when there's nothing to do and this allows easier version upgrades
This commit is contained in:
JuniorJPDJ 2022-07-16 20:18:06 +02:00
commit 7e7cd25fa3
2 changed files with 2 additions and 0 deletions

View file

@ -0,0 +1 @@
Apply migrations on API container start (!1879)