I need to create a dump file such that when i execute it, i have no depency issues
- tables run before queries
- parent tables before child tables etc
- no failed insert due to foreign key failures
I need to create a dump file such that when i execute it, i have no depency issues