Skip to content
Snippets Groups Projects

[BW]: fixes to found bugs

Merged Bartek Wrona requested to merge root_title_fix into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -585,7 +585,7 @@ def setup(db):
db.query_no_return(sql)
sql = """
DROP VIEW public.vw_hive_posts;
DROP VIEW IF EXISTS public.vw_hive_posts;
CREATE OR REPLACE VIEW public.vw_hive_posts
AS
Loading