Built motion from commit 3e059bc2.|2.5.32
[motion2.git] / server / migrations / 2.0.35.js
index b4aad3d..49b46d4 100644 (file)
@@ -132,8 +132,7 @@ module.exports = {
         FOREIGN KEY (`AttachmentId`) \
         REFERENCES attachments(`id`) \
         ON UPDATE CASCADE \
-        ON DELETE SET NULL'
-      );
+        ON DELETE SET NULL');
       // END CHAT MESSAGES
 
       // START CHAT WEBSITE
@@ -324,4 +323,4 @@ module.exports = {
   down: function(queryInterface, Sequelize) {
     var migration = new Migration(queryInterface);
   }
-};
+};
\ No newline at end of file