Skip to:
Currently import.sql is executed from create(). After the discussion today, I agree with you guys that there should be a separate operation for importing data; call it populate().
import.sql
create()
populate()
Done!
Related:
Currently
import.sql
is executed fromcreate()
. After the discussion today, I agree with you guys that there should be a separate operation for importing data; call itpopulate()
.