flyway-migration

Installation
SKILL.md

Flyway Migration Skill

This skill provides patterns for managing database schema changes with Flyway.

Migration File Naming

db/migration/V{version}__{description}.sql

Examples:

  • V1__create_users_table.sql
  • V2__add_email_to_users.sql
  • V3__create_payments_table.sql
  • V1.1__add_phone_to_users.sql

Creating Tables

Installs
31
Repository
navikt/copilot
GitHub Stars
54
First Seen
Jan 22, 2026
flyway-migration — navikt/copilot