Skip to content

Commit 1f85656

Browse files
Merge pull request #25 from PikachuEXE/psql18
+ Add PSQL 18 config file
2 parents 10946d4 + 8831f5e commit 1f85656

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

webapp/config/pg18.pkl

81.7 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', '17']
9+
VERSIONS = ['10', '11', '12', '13', '14', '15', '16', '17', '18']
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

webapp/routes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
LOGGER = logging.getLogger(__name__)
99

1010

11-
VERSION_PRIOR = '16'
12-
VERSION_CURRENT = '17'
11+
VERSION_PRIOR = '17'
12+
VERSION_CURRENT = '18'
1313

1414

1515
def get_year():

0 commit comments

Comments
 (0)