## Customer to Identity Conversion - Wipe all cache: `rm -rf var/cache/dev/*` (if on local) - Clear cache: `bin/console cache:clear` (if on local) - Run JavaScript migration via the `mongo` shell (see below for current file) - **Make sure to change the settings for local/prod and for the current app** - Apply the schema: `APP=[account]:[app] bin/console as3:modlr:schema:create` - Run question integrations: `APP=[account]:[app] bin/console app:integration:question-pull`