class Migration: """ Base migration class. """ @staticmethod def migrate(): """ Code to run when migrating, override this method. """ pass