📝 Added a field to the comic model

This commit is contained in:
2021-06-26 16:28:22 -07:00
parent 0ce0cc43c2
commit 3ee483dc91
6 changed files with 17295 additions and 5116 deletions

View File

@@ -37,6 +37,7 @@ const ComicSchema = mongoose.Schema({
name: String,
path: String,
fileSize: Number,
containedIn: String,
},
acquisition: {
wanted: Boolean,