|
|
|
|
|
by peterldowns
530 days ago
|
|
This is better than nothing but if you have to run migrations before your database is usable, you want an approach like the one I use in pgtestdb — use one server for all your tests, but give them each different databases by cloning from one that's already set up with all the schemas correctly migrated. https://github.com/peterldowns/pgtestdb |
|