#!/usr/bin/env bash -v

cd ../sql
mysql -u civicrm -pPASSWORD civicrm < civicrm.sql
mysql -u civicrm -pPASSWORD civicrm < civicrm_generated.sql

