The application is not in production and there are no users. So there is no need for database migration layers to create backward compatability.
Flatten all migrations to a single database schema. Remove all migrations and references to migrations - including: startup scripts, documentation, testing, and APIs.
The application is not in production and there are no users. So there is no need for database migration layers to create backward compatability.
Flatten all migrations to a single database schema. Remove all migrations and references to migrations - including: startup scripts, documentation, testing, and APIs.