Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • hive/haf
  • dan/haf
2 results
Show changes
Commits on Source (1)
......@@ -332,7 +332,7 @@ BEGIN
WHERE ist.table_schema = 'hafd'
AND ist.table_type = 'BASE TABLE'
AND spr.tables IS NULL
AND ist.table_name NOT ILIKE 'shadow_hafd_%'; -- shadow tables, only possible for state providers
AND ist.table_name NOT ILIKE 'shadow_%'; -- shadow tables
END;
$BODY$
;
......