瀏覽代碼

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
 };