Skip to main content

Database Migrations

Migrate to latest

To migrate the databse to latest version, run the command

docker compose exec httpd php //var/www/schema/migrator.php

Rollback a migration

To Rollback last run migration, run

docker compose exec httpd php //var/www/schema/migrator.php -d