Install
openclaw skills install schema-managerValidates migration SQL, analyzes index health, and applies pending schema migrations to the target database
openclaw skills install schema-managerA unified database schema management tool that validates pending migration SQL, analyzes current indexes for optimization opportunities, and applies pending migrations.
/migrations/ for SQL files, validates syntax against the target database.{
"migrations_validated": [],
"indexes_analyzed": {"total": 2, "redundant": ["idx_users_email_unique"]},
"migrations_executed": ["003_drop_redundant_indexes.sql"],
"status": "completed"
}