Skip to content

Instantly share code, notes, and snippets.

@julianlam
Created February 23, 2015 16:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save julianlam/8590652772bb3ae66ed9 to your computer and use it in GitHub Desktop.
Save julianlam/8590652772bb3ae66ed9 to your computer and use it in GitHub Desktop.
diff --git a/src/upgrade.js b/src/upgrade.js
index 117b798..4001ffe 100644
--- a/src/upgrade.js
+++ b/src/upgrade.js
@@ -593,6 +593,7 @@ Upgrade.upgrade = function(callback) {
}
},
function(next) {
+ return next();
thisSchemaDate = Date.UTC(2015, 0, 14);
if (schemaDate < thisSchemaDate) {
updatesMade = true;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment