lean-mind / huella-positiva

6 stars 2 forks source link

Populate the DB #3

Open mariasoria opened 2 years ago

mariasoria commented 2 years ago

Apparently, the DB is empty for compiling mode. We need to figure out if there is a dump file somewhere or we need to create a new one from scratch

Marius9595 commented 1 year ago

We could create it here (We will have to create from scratch):

image

Marius9595 commented 1 year ago

Branch created to develop SQL files to automate the DB population:

Marius9595 commented 1 year ago

I was thinking if we can create a command of Make to run a SQL script in order to meet this. And other to clean

make populate-volunteers make polulate-contactperson make proposal

maybe the main problem will be the dependencies when we have to run for example make proposal.

anyway, I would like to know your opinion or to continue as Volunteers were done in this branch