Skip to content

Commit

Permalink
new pg version
Browse files Browse the repository at this point in the history
le0pard committed Sep 27, 2024

Verified

This commit was signed with the committer’s verified signature.
le0pard Oleksii Vasyliev
1 parent 509b0b7 commit 53b1046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/features/configuration/constants.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// postgresql versions
export const DEFAULT_DB_VERSION = 16
export const DB_VERSIONS = [DEFAULT_DB_VERSION, 15, 14, 13, 12, 11, 10]
export const DEFAULT_DB_VERSION = 17
export const DB_VERSIONS = [DEFAULT_DB_VERSION, 16, 15, 14, 13, 12, 11, 10]
// os types
export const OS_LINUX = 'linux'
export const OS_WINDOWS = 'windows'

0 comments on commit 53b1046

Please sign in to comment.