Last active
February 5, 2018 08:29
-
-
Save marcatos/58cb2e054b65e020b4dd0ac8efa30f54 to your computer and use it in GitHub Desktop.
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 | |
"Zettr\\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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment