Skip to content

Instantly share code, notes, and snippets.

@dhargitai
Created January 15, 2014 14:59
Show Gist options
  • Save dhargitai/8437796 to your computer and use it in GitHub Desktop.
Save dhargitai/8437796 to your computer and use it in GitHub Desktop.
Update statements for Ideal Shop local database after importing UAT database dump
update core_config_data set value='http://ideal.development.local/' where config_id=24;
update core_config_data set value='https://ideal.development.local/' where config_id=26;
update core_config_data set value='https://ideal.lovepets.development.local/' where config_id=183;
update core_config_data set value='http://ideal.lovepets.development.local/' where config_id=183;
update core_config_data set value='https://ideal.lovepets.development.local/' where config_id=184;
update core_config_data set value='http://ideal.birdfood.development.local/' where config_id=185;
update core_config_data set value='https://ideal.birdfood.development.local/' where config_id=186;
update core_config_data set value='http://ideal.gardenbargains.development.local/' where config_id=187;
update core_config_data set value='https://ideal.gardenbargains.development.local/' where config_id=188;
update core_config_data set value='http://ideal.sewingplaza.development.local/' where config_id=189;
update core_config_data set value='https://ideal.sewingplaza.development.local/' where config_id=190;
update core_config_data set value='http://ideal.development.local/staging/lovepets_website_stage/' where config_id=882;
update core_config_data set value='https://ideal.development.local/staging/lovepets_website_stage/' where config_id=888;
update core_config_data set value='http://ideal.development.local/staging/birdfood_website_stage/' where config_id=1064;
update core_config_data set value='https://ideal.development.local/staging/birdfood_website_stage/' where config_id=1070;
update core_config_data set value='http://ideal.development.local/staging/gardenbargains_website_stage/' where config_id=1094;
update core_config_data set value='https://ideal.development.local/staging/gardenbargains_website_stage/' where config_id=1100;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment