Skip to content
Snippets Groups Projects
Commit 7925d8b6 authored by Bartek Wrona's avatar Bartek Wrona
Browse files

db_upgrade.sh supplemented by .sql scripts added in one of previous MRs.

parent 6e925e63
No related branches found
No related tags found
2 merge requests!456Release candidate v1 24,!353Notification API performance optimizations
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment