[Dev] Add ERD for tracking database state (#256)

* Added ERD triggered on migration

* Added alias
This commit is contained in:
Kieran
2024-05-22 10:40:30 -07:00
committed by GitHub
parent 81d5efd4c1
commit 0cd6ac797b
5 changed files with 958 additions and 4 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ RUN echo "Building for ${TARGETPLATFORM:?}"
RUN apt-get update -qq
RUN apt-get install -y inotify-tools curl git openssh-client jq \
python3 python3-setuptools python3-wheel python3-dev pipx \
python3-mutagen locales procps build-essential
python3-mutagen locales procps build-essential graphviz
# Install ffmpeg
RUN export FFMPEG_DOWNLOAD=$(case ${TARGETPLATFORM:-linux/amd64} in \