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
f3b82bac
Commit
f3b82bac
authored
4 years ago
by
Andrzej Lisak
Browse files
Options
Downloads
Patches
Plain Diff
[ABW]: [Fix] it is better to save all files before commit :o)
parent
a533eed3
No related branches found
No related tags found
4 merge requests
!456
Release candidate v1 24
,
!230
Setup monitoring with pghero
,
!135
Enable postgres monitoring on CI server
,
!47
bridge_api and database_api main queries replaced with use of vw_hive_posts view
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hive/db/schema.py
+2
-2
2 additions, 2 deletions
hive/db/schema.py
with
2 additions
and
2 deletions
hive/db/schema.py
+
2
−
2
View file @
f3b82bac
...
...
@@ -587,9 +587,9 @@ def setup(db):
db
.
query_no_return
(
sql
)
sql
=
"""
DROP VIEW IF EXISTS public.
vw_
hive_posts;
DROP VIEW IF EXISTS public.hive_posts
_view
;
CREATE OR REPLACE VIEW public.
vw_
hive_posts
CREATE OR REPLACE VIEW public.hive_posts
_view
AS
SELECT hp.id,
hp.community_id,
...
...
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