tangled
alpha
login
or
join now
aleeve.dev
/
ott
2
fork
atom
Scalable and distributed custom feed generator, ott - on that topic
2
fork
atom
overview
issues
pulls
pipelines
Fix failing retention
aleeve.dev
4 months ago
988956a7
f1f4acbe
+1
-1
1 changed file
expand all
collapse all
unified
split
crates
ott-db-migration
migrations
003_configure_pgpartman.sql
+1
-1
crates/ott-db-migration/migrations/003_configure_pgpartman.sql
···
16
16
retention = '2 hours',
17
17
infinite_time_partitions = true,
18
18
automatic_maintenance = 'on'
19
19
-
WHERE parent_table = 'vectors';
19
19
+
WHERE parent_table = 'public.vectors';