add database migrations

This commit is contained in:
Blake Blackshear
2021-01-26 21:40:33 -06:00
parent 4619836122
commit c770470b58
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