Skip to content

Commit

Permalink
Merge pull request #306 from HSF/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
wguanicedew authored Apr 24, 2024
2 parents 77610ea + f3ee26e commit e950d3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/etc/sql/postgres_partition.sql
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
SELECT partman.create_parent(
p_parent_table => 'doma_idds.contents',
p_control => 'request_id',
p_type => 'native',
p_type => 'range',
p_interval=> '1000',
p_premake => 3
);

SELECT partman.create_parent(
p_parent_table => 'doma_idds.contents_ext',
p_control => 'request_id',
p_type => 'native',
p_type => 'range',
p_interval=> '1000',
p_premake => 3
);

0 comments on commit e950d3f

Please sign in to comment.