Skip to content
Snippets Groups Projects
Commit f3b82bac authored by Andrzej Lisak's avatar Andrzej Lisak
Browse files

[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!456Release candidate v1 24,!230Setup monitoring with pghero,!135Enable postgres monitoring on CI server,!47bridge_api and database_api main queries replaced with use of vw_hive_posts view
......@@ -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,
......
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