Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 501 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 501 Bytes

Import Goose migrations

This feature allows to import Goose migrations by combining all up steps found in the Goose directory. You can see the resulting script or executing it in the current directory, which should be empty to avoid conflicts.

Generate import script without execution:

mig import -d /path/to/goose/migrations

Import and execute into current directory:

mig import -d /path/to/goose/migrations -e