migration-v1-header-template.sql 483 Bytes
-- Flyway migration V1 — initial schema for {{project_name}}
-- Generated: {{timestamp}}
-- Source: mysqldump --no-data {{schema_name}}
-- This is the FIRST migration; subsequent schema changes must be written
-- as new files sql/migrations/V2__<desc>.sql, V3__..., etc.
-- Apply: Flyway runs this automatically at Spring Boot startup.
-- Do not hand-edit this file after it is committed; write a new migration instead.
-- =========================================================