Explorar o código

Fixed another small bug with migration4

Kristian Vos %!s(int64=4) %!d(string=hai) anos
pai
achega
cb1a55d207
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      backend/logic/db/schemas/song.js

+ 1 - 1
backend/logic/db/schemas/song.js

@@ -15,5 +15,5 @@ export default {
 	acceptedAt: { type: Date }, // TODO Should be verifiedAt
 	discogs: { type: Object },
 	verified: { type: Boolean, required: true, default: false },
-	documentVersion: { type: Number, default: 1, required: true }
+	documentVersion: { type: Number, default: 2, required: true }
 };