database:liquibase
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
database:liquibase [2020/05/19 11:58] – skipidar | database:liquibase [2023/11/01 07:13] (current) – ↷ Page moved from business_process_management:camunda:database:liquibase to database:liquibase skipidar | ||
---|---|---|---|
Line 147: | Line 147: | ||
build.gradle | build.gradle | ||
- | < | + | < |
dependencies { | dependencies { | ||
// liquibase | // liquibase | ||
Line 156: | Line 156: | ||
} | } | ||
- | </sxh > | + | </ |
application.properties | application.properties | ||
- | < | + | < |
# https:// | # https:// | ||
spring.datasource.driver-class-name=org.postgresql.Driver | spring.datasource.driver-class-name=org.postgresql.Driver | ||
Line 187: | Line 187: | ||
</ | </ | ||
+ | resources/ | ||
+ | < | ||
+ | databaseChangeLog: | ||
+ | - includeAll: | ||
+ | path: db/ | ||
+ | </ | ||
+ | |||
+ | resources/ | ||
+ | < | ||
+ | <?xml version=" | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | <column name=" | ||
+ | < | ||
+ | </ | ||
+ | </ | ||
+ | </ | ||
+ | | ||
+ | ... | ||
+ | </ | ||
database/liquibase.1589889483.txt.gz · Last modified: (external edit)