Built motion from commit 1333b3551.|1.0.38
[motion.git] / server / migrations / 20160518133136-report_jscripty_questions.js
1 'use strict';
2
3 module.exports = {
4   up: function(queryInterface, Sequelize) {
5     queryInterface.addColumn('report_jscripty_questions', 'index', Sequelize.INTEGER);
6
7   },
8
9   down: function(queryInterface, Sequelize) {
10     queryInterface.removeColumn('report_jscripty_questions', 'index');
11   }
12 };