add database migrations

This commit is contained in:
Blake Blackshear
2021-01-16 19:09:18 -06:00
parent 949fbadcdc
commit a78830b48e
5 changed files with 91 additions and 1 deletions
+1
View File
@@ -31,6 +31,7 @@ RUN apt-get -qq update \
RUN pip3 install \
peewee \
peewee_migrate \
zeroconf \
voluptuous