Built motion from commit e38a297d.|2.6.18
[motion2.git] / server / migrations / 2.5.40.js
index 133f83f..22df2f1 100644 (file)
@@ -149,16 +149,17 @@ Migration.prototype.final = function(resolve) {
 };
 
 module.exports = {
-  up: function(queryInterface /* , Sequelize */ ) {
+  up: function(queryInterface, Sequelize) {
     return new BPromise(function(resolve) {
       var migration = new Migration(queryInterface);
 
+      // START FINAL
       migration.final(resolve);
       // END FINAL
     });
   },
 
-  down: function( /*queryInterface, Sequelize*/ ) {
+  down: function(queryInterface, Sequelize) {
     // var migration = new Migration(queryInterface);
   }
 };
\ No newline at end of file