I wrote this module with the intent for it to later be extended for other databases besides Postgres. The CLI and basic script should work with any Migrate object. If any additional code from PostgresMigrate can be moved to Migrate for re-use in MySQLMigrate, move it while working on it. We may want to move some of the code related to locking to the base class.
I wrote this module with the intent for it to later be extended for other databases besides Postgres. The CLI and basic script should work with any Migrate object. If any additional code from PostgresMigrate can be moved to Migrate for re-use in MySQLMigrate, move it while working on it. We may want to move some of the code related to locking to the base class.