Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
flyway
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
olmdm
flyway
Commits
c548d507
Commit
c548d507
authored
Sep 04, 2025
by
zhoufensong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改flyway对PostgreSQL较低版本号的校验
parent
a4fb71eb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
flyway-core/src/main/java/org/flywaydb/core/internal/database/postgresql/PostgreSQLDatabase.java
+1
-1
No files found.
flyway-core/src/main/java/org/flywaydb/core/internal/database/postgresql/PostgreSQLDatabase.java
View file @
c548d507
...
@@ -69,7 +69,7 @@ public class PostgreSQLDatabase extends Database<PostgreSQLConnection> {
...
@@ -69,7 +69,7 @@ public class PostgreSQLDatabase extends Database<PostgreSQLConnection> {
public
final
void
ensureSupported
()
{
public
final
void
ensureSupported
()
{
ensureDatabaseIsRecentEnough
(
"9.0"
);
ensureDatabaseIsRecentEnough
(
"9.0"
);
ensureDatabaseNotOlderThanOtherwiseRecommendUpgradeToFlywayEdition
(
"9.
4
"
,
org
.
flywaydb
.
core
.
internal
.
license
.
Edition
.
ENTERPRISE
);
ensureDatabaseNotOlderThanOtherwiseRecommendUpgradeToFlywayEdition
(
"9.
0
"
,
org
.
flywaydb
.
core
.
internal
.
license
.
Edition
.
ENTERPRISE
);
recommendFlywayUpgradeIfNecessaryForMajorVersion
(
"12"
);
recommendFlywayUpgradeIfNecessaryForMajorVersion
(
"12"
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment