Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: create sql migrations and apply them
- CreateSQLMigrations() writes up- and down- SQL to migration files in the migrations directory - Migrate() generates migration files and applies them, creating a corresponding entry in the database - Run() is deprecated. It was decided that AutoMigrator will not support in-place migrations for now - no-op operations produce a comment in the down files if the an operation is not reversible
- Loading branch information