[migration] set a cnxset before process_script()
Not pretty, but I don't have a better idea right now and this at least
ensures migration scripts get run in the expected environment and can
access sql stuff as before.
sql('DROP TABLE "deleted_entities"')sql('ALTER TABLE "entities" DROP COLUMN "mtime"')sql('ALTER TABLE "entities" DROP COLUMN "source"')