Skip to content
Merged
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
2 changes: 1 addition & 1 deletion internal/sinks/sql/ensure_partition_postgres.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CREATE OR REPLACE FUNCTION admin.ensure_partition_metric_dbname_time(
metric text,
dbname text,
metric_timestamp timestamptz,
partitions_to_precreate int default 0,
partitions_to_precreate int default 3,
OUT part_available_from timestamptz,
OUT part_available_to timestamptz)
RETURNS record AS
Expand Down