Skip to content

Commit 9c4b34b

Browse files
committed
Add timescaledb
1 parent 626f991 commit 9c4b34b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres-appliance/scripts/spilo_commons.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
# (min_version, max_version, shared_preload_libraries, extwlist.extensions)
1414
extensions = {
15-
'timescaledb': (9.6, 17, True, True),
15+
'timescaledb': (9.6, 18, True, True),
1616
'pg_cron': (9.5, 18, True, False),
1717
'pg_stat_kcache': (9.4, 18, True, False),
1818
'pg_partman': (9.4, 18, False, True)

0 commit comments

Comments
 (0)