Skip to content

Instantly share code, notes, and snippets.

@marcatos
Last active February 5, 2018 08:29
Show Gist options
  • Save marcatos/58cb2e054b65e020b4dd0ac8efa30f54 to your computer and use it in GitHub Desktop.
Save marcatos/58cb2e054b65e020b4dd0ac8efa30f54 to your computer and use it in GitHub Desktop.
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