Merge Android datastore into main Fleet datastore (#32233)

Resolves #31218
This commit is contained in:
Carlo
2025-08-25 11:41:28 -04:00
committed by GitHub
parent 2fd6a86f41
commit 8bc8d01f0a
20 changed files with 167 additions and 322 deletions
+1 -1
View File
@@ -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