[#31] feat: add DB migration stage
This commit is contained in:
7
script/db_migration.sh
Normal file
7
script/db_migration.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd ..
|
||||
|
||||
./gradlew :db:flywayInfo
|
||||
|
||||
./gradlew :db:flywayValidate
|
||||
Reference in New Issue
Block a user