Skip to content
GitLab
Explore
Sign in
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
Merge requests
!292
Changes done directly in deployed_20200928_pure branch delivered to develop.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Changes done directly in deployed_20200928_pure branch delivered to develop.
deployed_fixes_2_develop
into
develop
Overview
0
Commits
2
Pipelines
0
Changes
3
Merged
Bartek Wrona
requested to merge
deployed_fixes_2_develop
into
develop
4 years ago
Overview
0
Commits
2
Pipelines
0
Changes
3
Expand
Changes originally done in commits:
5d87238e
fc824f05
c772c5c6
0
0
Merge request reports
Viewing commit
2fd88873
Prev
Next
Show latest version
3 files
+
10
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
2fd88873
branch 'deployed_fixes_2_develop' rebased onto develop
· 2fd88873
Bartek Wrona
authored
4 years ago
hive/db/sql_scripts/hive_posts_base_view.sql
+
1
−
1
Options
@@ -20,7 +20,7 @@ CREATE OR REPLACE VIEW public.hive_posts_base_view
FROM
hive_posts
hp
;
DROP
VIEW
IF
EXISTS
public
.
hive_posts_pp_view
;
DROP
VIEW
IF
EXISTS
public
.
hive_posts_pp_view
CASCADE
;
CREATE
OR
REPLACE
VIEW
public
.
hive_posts_pp_view
AS
Loading