Polish metadata for spring.flyway.sql-migration-suffix
This commit is contained in:
parent
356efaa7c8
commit
726a1d075e
|
|
@ -636,7 +636,7 @@
|
|||
"name": "flyway.sql-migration-suffix",
|
||||
"type": "java.lang.String",
|
||||
"deprecation": {
|
||||
"replacement": "spring.flyway.sql-migration-suffix",
|
||||
"replacement": "spring.flyway.sql-migration-suffixes",
|
||||
"level": "error"
|
||||
}
|
||||
},
|
||||
|
|
@ -1163,6 +1163,13 @@
|
|||
"level": "error"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "spring.flyway.sql-migration-suffix",
|
||||
"deprecation": {
|
||||
"replacement": "spring.flyway.sql-migration-suffixes",
|
||||
"level": "warning"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "spring.git.properties",
|
||||
"type": "java.lang.String",
|
||||
|
|
|
|||
Loading…
Reference in New Issue