sqlx repack for this crate + fmt TS
release / build (push) Successful in 4m46s

This commit is contained in:
lda
2026-04-28 18:49:56 +07:00 Verified
parent fe6155da83
commit e22ea92ae1
50 changed files with 1342 additions and 10 deletions
+4
View File
@@ -17,5 +17,9 @@ cd "$ROOT"
DATABASE_URL="$DATABASE_URL" cargo sqlx database create
DATABASE_URL="$DATABASE_URL" cargo sqlx migrate run --source wakey-control-plane/migrations
DATABASE_URL="$DATABASE_URL" cargo sqlx prepare --workspace -- -p wakey-control-plane --all-targets --all-features
rm -rf wakey-control-plane/.sqlx
mkdir -p wakey-control-plane/.sqlx
cp .sqlx/*.json wakey-control-plane/.sqlx/
echo "SQLx metadata prepared in $ROOT/.sqlx"
echo "SQLx package metadata mirrored in $ROOT/wakey-control-plane/.sqlx"