From 3bcb98e644bfeb0ae4127a4749051b2f05fdba8b Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Mon, 15 Apr 2019 11:13:09 -0500 Subject: Add config option to cache annotations from IA --- docker/entrypoint.postgres.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'docker') diff --git a/docker/entrypoint.postgres.sh b/docker/entrypoint.postgres.sh index 64bcfe48..8bc0e602 100755 --- a/docker/entrypoint.postgres.sh +++ b/docker/entrypoint.postgres.sh @@ -18,6 +18,7 @@ if [ ! -f /var/lib/postgresql/data/setupFinished ]; then su postgres -c 'psql invidious kemal < config/sql/users.sql' 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' touch /var/lib/postgresql/data/setupFinished echo "### invidious database setup finished" exit -- cgit v1.2.3