Runs all pending data transforms.
$ mix pollard.run
Discovers transform files in priv/repo/transforms/, checks which have
already been applied, and executes pending ones in version order.
Options
--repo- The repo module. Defaults to the app's main repo.--migration-source- Name of the tracking table. Defaults to"transforms".