소스 검색

Small addition to last commit

Kristian Vos 4 년 전
부모
커밋
5a7f9326e4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
 };