PROX-458: flyway table schema_version -> flyway_schema_history (#13)

This commit is contained in:
Anatoly Cherkasov 2020-09-24 16:30:44 +03:00 committed by GitHub
parent ce47756aff
commit cabd0b04ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ spring:
url: jdbc:postgresql://localhost:5432/cashier
user: changeit
password: changeit
table: schema_version
table: flyway_schema_history
info:
version: @project.version@