Skip to content

Commit

Permalink
Use the 'ShouldRun' property of liquibase to disable it
Browse files Browse the repository at this point in the history
  • Loading branch information
amontenegro committed Dec 8, 2023
1 parent f068b83 commit c066b6c
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 c066b6c

Please sign in to comment.