Pull request #123: liquibase update

Merge in RED/persistence-service from dossier-stats-updates to master

* commit '57b8e9034a23fc5229881f7f43d2f05b894c9520':
  liquibase for tests. dug
  liquibase update
  liquibase update
This commit is contained in:
Timo Bejan 2021-11-22 11:26:47 +01:00
commit cf8b86d976
4 changed files with 6 additions and 7 deletions

View File

@ -13,6 +13,7 @@ storage:
key: minioadmin
secret: minioadmin
spring:
datasource:
url: jdbc:postgresql://localhost:5432/redaction
driverClassName: org.postgresql.Driver
@ -22,6 +23,5 @@ storage:
jpa:
database-platform: org.hibernate.dialect.PostgreSQL95Dialect
hibernate:
ddl-auto: update
ddl-auto: none
naming-strategy: org.hibernate.cfg.ImprovedNamingStrategy
generate-ddl: true

View File

@ -20,9 +20,8 @@ spring:
jpa:
database-platform: org.hibernate.dialect.PostgreSQL95Dialect
hibernate:
ddl-auto: none
naming-strategy: org.hibernate.cfg.ImprovedNamingStrategy
generate-ddl: false
generate-ddl: false
profiles:
active: kubernetes

View File

@ -607,7 +607,7 @@ databaseChangeLog:
type: VARCHAR(255)
- column:
name: value
type: VARCHAR(255)
type: VARCHAR(4000)
- column:
name: file_status_id
type: VARCHAR(255)

View File

@ -6,9 +6,9 @@ spring:
jpa:
database-platform: org.hibernate.dialect.PostgreSQL95Dialect
hibernate:
ddl-auto: update
ddl-auto: none
naming-strategy: org.hibernate.cfg.ImprovedNamingStrategy
generate-ddl: true
generate-ddl: false
rabbitmq: