server: add basic sql migration

This commit is contained in:
2023-08-29 10:58:27 +02:00
parent 14fbf97c60
commit cce8a9137a
9 changed files with 352 additions and 2 deletions

5
server/runserver.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
source venv/bin/activate
alembic upgrade head
python -m reflector.app