7 lines
74 B
Bash
7 lines
74 B
Bash
#!/bin/bash
|
|
|
|
cd ..
|
|
|
|
./gradlew :db:flywayInfo
|
|
|
|
./gradlew :db:flywayValidate |