Skip to content

Commit

Permalink
Merge pull request #6947 from ORCID/DisableLiquibase
Browse files Browse the repository at this point in the history
Use the 'ShouldRun' property of liquibase to disable it
  • Loading branch information
amontenegro authored Dec 14, 2023
2 parents ad5a15f + c066b6c commit c05cdc2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@
<bean id="liquibase" class="liquibase.integration.spring.SpringLiquibase">
<property name="dataSource" ref="\${org.orcid.persistence.db.dataSource}" />
<property name="changeLog" value="classpath:db-master.xml" />
<property name="shouldRun" value="\${org.orcid.persistence.liquibase.enabled:true}" />
</bean>

<bean class="org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor" />
Expand Down

0 comments on commit c05cdc2

Please sign in to comment.