Skip to content
Snippets Groups Projects
Commit 629875a1 authored by Marcin's avatar Marcin
Browse files

fix regression with update: ignore all shadow tables in hash

parent c5fd1ba1
No related branches found
No related tags found
No related merge requests found
Pipeline #112976 passed
...@@ -332,7 +332,7 @@ BEGIN ...@@ -332,7 +332,7 @@ BEGIN
WHERE ist.table_schema = 'hafd' WHERE ist.table_schema = 'hafd'
AND ist.table_type = 'BASE TABLE' AND ist.table_type = 'BASE TABLE'
AND spr.tables IS NULL 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; END;
$BODY$ $BODY$
; ;
......
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