Skip to content

Commit

Permalink
new pg version
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed Sep 27, 2024
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'
Expand Down

0 comments on commit 53b1046

Please sign in to comment.