Research and implement a schema migrator
Look into something like laravel or liquibase to automate schema deployments.
The goal would be to store incremental schema changes in the engine repositories so that way local development environments can be kept in sync without having to run sql by hand.
Will also want to look into provisioning elastic search indexes.
What data can we insert to create a runnable development environment from ground zero.