Created
December 9, 2015 15:58
-
-
Save bordeo/6b3912969fe88124f7c1 to your computer and use it in GitHub Desktop.
Env settings tool export csv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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