diff --git a/hive/db/sql_scripts/db_upgrade.sh b/hive/db/sql_scripts/db_upgrade.sh index c329f9032d191562b261e3c0009322d3a2e3af98..0bb9b175945e852fda8d4bfa5c59d717bd113689 100755 --- a/hive/db/sql_scripts/db_upgrade.sh +++ b/hive/db/sql_scripts/db_upgrade.sh @@ -54,7 +54,17 @@ for sql in postgres_handle_view_changes.sql \ database_api_list_comments.sql \ database_api_list_votes.sql \ update_posts_rshares.sql \ - update_hive_post_root_id.sql + update_hive_post_root_id.sql \ + condenser_get_by_replies_to_account.sql \ + condenser_get_by_account_comments.sql \ + condenser_get_by_blog_without_reblog.sql \ + condenser_get_by_feed_with_reblog.sql \ + condenser_get_by_blog.sql \ + bridge_get_account_posts_by_blog.sql \ + condenser_get_follow_counts.sql \ + condenser_get_names_by_followers.sql \ + condenser_get_names_by_following.sql \ + condenser_get_names_by_reblogged.sql do echo Executing psql -U $1 -d $2 -f $sql