Skip to content

Instantly share code, notes, and snippets.

@bordeo
Created December 9, 2015 15:58
Show Gist options
  • Save bordeo/6b3912969fe88124f7c1 to your computer and use it in GitHub Desktop.
Save bordeo/6b3912969fe88124f7c1 to your computer and use it in GitHub Desktop.
Env settings tool export csv
SELECT
"Est_Handler_Magento_CoreConfigData" AS handler,
scope AS param1,
scope_id AS param2,
path AS param3,
"" AS groups,
`value` AS `default`,
'' AS devbox,
'' AS deploy,
'' AS latest,
'' AS production,
'' AS staging
FROM `core_config_data`
WHERE `path` LIKE '%param%' AND `value` IS NOT NULL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment