migrations

Database schema migrations and version control

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "migrations" with this command: npx skills add pluginagentmarketplace/custom-plugin-sql/pluginagentmarketplace-custom-plugin-sql-migrations

Database Migrations Skill

Overview

Manage database schema changes with version control, migration tools, and safe deployment practices.

Topics Covered

Migration Tools

  • Flyway
  • Liquibase
  • Alembic (Python)
  • Prisma migrations
  • TypeORM migrations

Migration Patterns

  • Incremental changes
  • Reversible migrations
  • Data migrations
  • Zero-downtime migrations
  • Blue-green deployments

Version Control

  • Migration versioning
  • Baseline management
  • Migration history
  • Conflict resolution
  • Team workflows

Best Practices

  • Small, focused changes
  • Testing migrations
  • Rollback strategies
  • Documentation
  • CI/CD integration

Prerequisites

  • SQL fundamentals
  • Version control basics

Learning Outcomes

  • Create safe migrations
  • Use migration tools
  • Deploy without downtime
  • Manage schema versions

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

postgresql

No summary provided by upstream source.

Repository SourceNeeds Review