Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions sql/functions/create_parent.sql
Original file line number Diff line number Diff line change
Expand Up @@ -635,8 +635,9 @@ IF p_default_table THEN
PERFORM @[email protected]_replica_identity(v_parent_schema, v_parent_tablename, v_default_partition);

-- Manage template inherited properties
PERFORM @[email protected]_template_properties(p_parent_table, v_parent_schema, v_default_partition);

IF v_template_tablename IS NOT NULL THEN
PERFORM @[email protected]_template_properties(p_parent_table, v_parent_schema, v_partition_name);
END IF;
END IF;


Expand Down