Open
Description
Is there a way to generate a SQL file of all the commands instead of running them directly in the db?
Something like the SCHEMA file that RubyOnRails creates.
We are trying to improve the speed of DB preparation for automated testing.
Currently the seed takes >1min to run. So If we could generate the SQL in an upfront step, then we could potentially save some time (30sec)
Any idea how this could be done.
Metadata
Metadata
Assignees
Labels
No labels