Parcourir la source

Small addition to last commit

Kristian Vos il y a 4 ans
Parent
commit
5a7f9326e4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      backend/logic/db/index.js

+ 1 - 1
backend/logic/db/index.js

@@ -12,7 +12,7 @@ const REQUIRED_DOCUMENT_VERSIONS = {
 	punishment: 1,
 	queueSong: 1,
 	report: 1,
-	song: 1,
+	song: 2,
 	station: 3,
 	user: 1
 };