schemachange
Installation
SKILL.md
Schemachange
Deploy and manage Snowflake database changes using version control and CI/CD pipelines with schemachange's migration-based approach.
Quick Start
Script Types:
- V__ (Versioned) - One-time structural changes (run exactly once)
- R__ (Repeatable) - Objects that can be safely recreated (runs when new/modified)
- A__ (Always) - Scripts that run every deployment (must be idempotent)