Skip to content

Commit 1216371

Browse files
committed
docker: add new db_watchedsubreddits table to docker script
1 parent ce48bbc commit 1216371

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/start.sh

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ psql -h pgsql-dev -U postgres -p $PG_PORT -a -f scripts/db_submissions_index.sql
1010
psql -h pgsql-dev -U postgres -p $PG_PORT -a -f scripts/db_status_comments.sql
1111
psql -h pgsql-dev -U postgres -p $PG_PORT -a -f scripts/db_status_submissions.sql
1212
psql -h pgsql-dev -U postgres -p $PG_PORT -a -f scripts/db_progress.sql
13+
psql -h pgsql-dev -U postgres -p $PG_PORT -a -f scripts/db_watchedsubreddits.sql
1314
unset PGPASSWORD
1415
export PGPASSWORD=$PGFTS_PASSWORD
1516
psql -h pgsql-fts -U postgres -p $PGFTS_PORT -a -f scripts/db_fts.sql

0 commit comments

Comments
 (0)