📝 Added a field to the comic model
This commit is contained in:
@@ -37,6 +37,7 @@ const ComicSchema = mongoose.Schema({
|
||||
name: String,
|
||||
path: String,
|
||||
fileSize: Number,
|
||||
containedIn: String,
|
||||
},
|
||||
acquisition: {
|
||||
wanted: Boolean,
|
||||
|
||||
Reference in New Issue
Block a user