change README.md
This commit is contained in:
parent
20b71a2234
commit
8e86a8c181
31
README.md
31
README.md
@ -1,12 +1,31 @@
|
|||||||
|
#### 1. bla
|
||||||
```shell
|
```shell
|
||||||
mvn liquibase:diff -X > liquibase_log/liquibase_log_diff-$(date +%Y%m%d%H%M%S).log
|
mvn liquibase:diff -X > liquibase_log/liquibase_log_diff-$(date +%Y%m%d%H%M%S).log
|
||||||
``` \
|
```
|
||||||
|
|
||||||
|
#### 2. bla
|
||||||
|
* 2.1. sadasd
|
||||||
```shell
|
```shell
|
||||||
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
|
mv changelog-dir/diff-changelog/*.sql changelog-dir/tmp/
|
||||||
``` \
|
```
|
||||||
|
* 2.2. asdasdasd
|
||||||
|
```shell
|
||||||
|
sed -i 's/\[\x220001-01-01T00:00:00+00:00\x22\]/\x27\[\x220001-01-01T00:00:00+00:00\x22\]\x27/g' changelog-dir/tmp/*.sql
|
||||||
|
```
|
||||||
|
* 2.3. asdasdasd
|
||||||
|
```shell
|
||||||
|
mv changelog-dir/tmp/*.sql changelog-dir/diff-changelog/
|
||||||
|
```
|
||||||
|
|
||||||
|
#### 3. asdasdsda
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
mvn liquibase:update -X > liquibase_log/liquibase_log_update-$(date +%Y%m%d%H%M%S).log
|
mvn liquibase:update -X > liquibase_log/liquibase_log_update-$(date +%Y%m%d%H%M%S).log
|
||||||
``` \
|
```
|
||||||
|
#### 4. asdasdsda
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
mvn liquibase:history > liquibase_log/liquibase_log_history-$(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