Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hivemind
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
hivemind
Commits
7925d8b6
Commit
7925d8b6
authored
4 years ago
by
Bartek Wrona
Browse files
Options
Downloads
Patches
Plain Diff
db_upgrade.sh supplemented by .sql scripts added in one of previous MRs.
parent
6e925e63
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!456
Release candidate v1 24
,
!353
Notification API performance optimizations
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hive/db/sql_scripts/db_upgrade.sh
+11
-1
11 additions, 1 deletion
hive/db/sql_scripts/db_upgrade.sh
with
11 additions
and
1 deletion
hive/db/sql_scripts/db_upgrade.sh
+
11
−
1
View file @
7925d8b6
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment