]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/models/video/tag.ts
Formated -> Formatted
[github/Chocobozzz/PeerTube.git] / server / models / video / tag.ts
index 2992da56db8f92cc6eed4ab7cb50cfd96d48bc09..0c0757fc809265152633e6e31da95aa3513e1bda 100644 (file)
@@ -47,7 +47,7 @@ function associate (models) {
   Tag.belongsToMany(models.Video, {
     foreignKey: 'tagId',
     through: models.VideoTag,
-    onDelete: 'cascade'
+    onDelete: 'CASCADE'
   })
 }