We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce48bbc commit 1216371Copy full SHA for 1216371
scripts/start.sh
@@ -10,6 +10,7 @@ psql -h pgsql-dev -U postgres -p $PG_PORT -a -f scripts/db_submissions_index.sql
10
psql -h pgsql-dev -U postgres -p $PG_PORT -a -f scripts/db_status_comments.sql
11
psql -h pgsql-dev -U postgres -p $PG_PORT -a -f scripts/db_status_submissions.sql
12
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
14
unset PGPASSWORD
15
export PGPASSWORD=$PGFTS_PASSWORD
16
psql -h pgsql-fts -U postgres -p $PGFTS_PORT -a -f scripts/db_fts.sql
0 commit comments