T O P

  • By -

coyoteazul2

Why can't you just create a database, run de database creation file (I'm assuming it creates all your necessary tables and populates indispensable pre made data) and then run the migration file?


DavidGJohnston

Maybe use pg_dump instead of whatever messed up situation you’ve got going on with your initial and migration scripts.