We should have a populate command inside our Makefile in order to automate the process of populating the database instead of us having to manually write the commands.
Although there was a script, it was not inside the Makefile making its usage less developer friendly.
We should have a
populate
command inside ourMakefile
in order to automate the process of populating the database instead of us having to manually write the commands.Although there was a script, it was not inside the
Makefile
making its usage less developer friendly.