Skip to content

Instantly share code, notes, and snippets.

@7ochem
Last active December 14, 2015 13:09
Show Gist options
  • Save 7ochem/5091549 to your computer and use it in GitHub Desktop.
Save 7ochem/5091549 to your computer and use it in GitHub Desktop.
#!/usr/bin/php -q
<?php
ini_set('display_errors', 1);
require_once('./app/Mage.php');
Mage::init();
Mage_Core_Model_Resource_Setup::applyAllUpdates();
Mage_Core_Model_Resource_Setup::applyAllDataUpdates();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment