Database Schema Sync

Database schema management using idempotent sync script instead of Alembic migrations. Use when (1) Adding new database tables, (2) Adding new columns to existing tables, (3) Modifying database schema, (4) Deploying to production, (5) Syncing schema across environments. REQUIRED APPROACH - ALWAYS use scripts/sync-production-schema.py with --dry-run first, NEVER run Alembic migrations directly in production. Use when this capability is needed.

tomevault-io 192bc06 2 files · 5.7 KB Updated

File contents

tomevault-io/skills-registry/tree/main/ainative-studio--telemetry-agent--database-schema-sync commit 192bc06786

Frequently asked questions

npx skillmds@latest add tomevault-io/database-schema-sync