Imports incomes from one DB to another - Gapminder/dollar-street-framework GitHub Wiki

For run imports incomes from one DB to another, open package.json file and find update:db:incomes command.

There can see DONOR_DB and TARGET_DB variables

DONOR_DB - link to DB with new incomes.

TARGET_DB - link to DB where should import new incomes.

Run npm run update:db:incomes for start imports

After run command will update those places which incomes were changed in DONOR_DB