add README.md
This commit is contained in:
parent
53b3cb3648
commit
1e7545e050
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,5 @@
|
|||||||
diff-changelog
|
diff-changelog
|
||||||
|
liquibase_log
|
||||||
|
*.log
|
||||||
*.csv
|
*.csv
|
||||||
*.sql
|
*.sql
|
||||||
4
README.md
Normal file
4
README.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
```mvn liquibase:diff -X > liquibase_log/liquibase_log_diff-$(date +%Y%m%d%H%M%S).log```
|
||||||
|
```sed -i 's/\[\x220001-01-01T00:00:00+00:00\x22\]/\x27\[\x220001-01-01T00:00:00+00:00\x22\]\x27/g' changelog-dir/diff-changelog/*.sql```
|
||||||
|
```mvn liquibase:update -X > liquibase_log/liquibase_log_update-$(date +%Y%m%d%H%M%S).log```
|
||||||
|
```mvn liquibase:history > liquibase_log/liquibase_log_history-$(date +%Y%m%d%H%M%S).log```
|
||||||
Loading…
x
Reference in New Issue
Block a user