Skip to content

Commit d621262

Browse files
Merge pull request #22 from credativ/pg17
Add Postgresql 17
2 parents 1fe5811 + 18c4437 commit d621262

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

webapp/config/pg17.pkl

77.5 KB
Binary file not shown.

webapp/pgconfig.py

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

77

88
LOGGER = logging.getLogger(__name__)
9-
VERSIONS = ['10', '11', '12', '13', '14', '15', '16']
9+
VERSIONS = ['10', '11', '12', '13', '14', '15', '16', '17']
1010
"""list : Versions with data included. Add new versions to this list.
1111
When including pre-production versions include a non-production designation,
1212
e.g. 16beta1

0 commit comments

Comments
 (0)