Skip to content

Instantly share code, notes, and snippets.

@marcatos
Created March 30, 2016 16:10
Show Gist options
  • Save marcatos/45e1393438ee3494104fdd2e1fdf69d5 to your computer and use it in GitHub Desktop.
Save marcatos/45e1393438ee3494104fdd2e1fdf69d5 to your computer and use it in GitHub Desktop.
SELECT
"Est_Handler_Magento_CoreConfigData" AS handler,
scope AS param1,
scope_id AS param2,
path AS param3,
"" AS groups,
IFNULL(`value`, '') AS `default`,
'' AS devbox,
'' AS deploy,
'' AS latest,
'' AS production,
'' AS staging
FROM `core_config_data`
ORDER BY path
@marcatos
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment