Explorar el Código

Small addition to last commit

Kristian Vos hace 4 años
padre
commit
5a7f9326e4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
 };