# xCALLY MOTION Changelog
+- * 0035cf9 - 2016-03-15: add scripts in gruntfile
- * 190d31b - 2016-03-15: Changed history move service and added missing history tables.
- * 4253e76 - 2016-03-15: migration add migration test file
- * c122b65 - 2016-03-15: migration test remove
--- /dev/null
+#!/bin/bash
+
+echo "post-merge started"
+cd /var/opt/motion
+npm install --production
+sequelize db:migrate --migrations-path server/migrations --config server/config/environment/dbconf.json
+pm2 restart motion
+echo "post-merge finished"