Remove setup-vagrant.sql and condense it into just one setup.sql that works in both environments
Remove the need for directory dependent MySQL source commands in setup.sql and moved them out into being called directly during the execution of ./dev-install.sh
Added db/README.md to explain why we have folders of single files for DB schema/data and also the one file setup scripts
I had created this before, however, I never committed it (🎺 sad trombone)
setup-vagrant.sql
and condense it into just onesetup.sql
that works in both environmentssource
commands insetup.sql
and moved them out into being called directly during the execution of./dev-install.sh
@Daedalus11069