summaryrefslogtreecommitdiffstats
path: root/docker/entrypoint.postgres.sh
diff options
context:
space:
mode:
authorOmar Roth <omarroth@protonmail.com>2020-04-14 18:08:58 -0500
committerOmar Roth <omarroth@protonmail.com>2020-04-14 18:09:48 -0500
commit61150c74d21bc98e4b819602bbca67ca23b82dc0 (patch)
tree1f3477195ffaf3c512801db090211aba29c39918 /docker/entrypoint.postgres.sh
parent7bb7003c9daa933f036d3d832b91d5b2c558ed98 (diff)
downloadinvidious-61150c74d21bc98e4b819602bbca67ca23b82dc0.tar.gz
invidious-61150c74d21bc98e4b819602bbca67ca23b82dc0.tar.bz2
invidious-61150c74d21bc98e4b819602bbca67ca23b82dc0.zip
Move privacy type into playlists.sql
Diffstat (limited to 'docker/entrypoint.postgres.sh')
-rwxr-xr-xdocker/entrypoint.postgres.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/docker/entrypoint.postgres.sh b/docker/entrypoint.postgres.sh
index 1588c56c..be6f6782 100755
--- a/docker/entrypoint.postgres.sh
+++ b/docker/entrypoint.postgres.sh
@@ -19,7 +19,6 @@ if [ ! -f /var/lib/postgresql/data/setupFinished ]; then
su postgres -c 'psql invidious kemal < config/sql/session_ids.sql'
su postgres -c 'psql invidious kemal < config/sql/nonces.sql'
su postgres -c 'psql invidious kemal < config/sql/annotations.sql'
- su postgres -c 'psql invidious kemal < config/sql/privacy.sql'
su postgres -c 'psql invidious kemal < config/sql/playlists.sql'
su postgres -c 'psql invidious kemal < config/sql/playlist_videos.sql'
touch /var/lib/postgresql/data/setupFinished