@haathie/pgmb 0.2.8 → 0.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/sql/pgmb-0.2.0-0.2.8.sql +0 -1
package/package.json
CHANGED
package/sql/pgmb-0.2.0-0.2.8.sql
CHANGED
|
@@ -5,7 +5,6 @@ ALTER TYPE config_type ADD VALUE 'pg_cron_poll_for_events_cron';
|
|
|
5
5
|
ALTER TYPE config_type ADD VALUE 'pg_cron_partition_maintenance_cron';
|
|
6
6
|
|
|
7
7
|
INSERT INTO config(id, value) VALUES
|
|
8
|
-
('poll_chunk_size', '10000'),
|
|
9
8
|
('pg_cron_poll_for_events_cron', '1 second'),
|
|
10
9
|
-- every 30 minutes
|
|
11
10
|
('pg_cron_partition_maintenance_cron', '*/30 * * * *');
|