Merge Android datastore into main Fleet datastore (#32233)
Resolves #31218
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
## DB Schema Dump
|
||||
if [[ $DB_SCHEMA_DUMP ]]; then
|
||||
make dump-test-schema
|
||||
if [[ $(git diff-files --patch server/datastore/mysql/schema.sql server/mdm/android/mysql/schema.sql) ]]; then
|
||||
if [[ $(git diff-files --patch server/datastore/mysql/schema.sql) ]]; then
|
||||
echo "❌ fail: uncommited changes in schema.sql"
|
||||
echo "please run 'make dump-test-schema' and commit the changes"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user