migration/

directory
v0.0.0-...-a1dc8d7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 18, 2024 License: Apache-2.0

README

Versioned Migration Example

The full reference example for https://github.com/usalko/fluent/docs/versioned-migrations#create-a-migration-files-generator.

Migration directory

Versioned migration files exists under ent/migrate/migrations.

Changes to the Ent schema

1. Change the ent/schema.

2. Run go generate ./fluent

Generate a new migration file
atlas migrate diff <migration_name> \
  --dir "file://fluent/migrate/migrations" \
  --to "fluent://fluent/schema" \
  --dev-url "docker://mysql/8/fluent"
Run migration linting
atlas migrate lint \
  --dev-url="docker://mysql/8/dev" \
  --dir="file://fluent/migrate/migrations" \
  --latest=1

Directories

Path Synopsis
pet

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL