🔬 Image analysis flyout scaffold

This commit is contained in:
2022-02-08 14:48:04 -08:00
parent 8bb74404fc
commit 171d64c14a
9 changed files with 5594 additions and 35 deletions

View File

@@ -47,7 +47,7 @@ const ComicSchema = mongoose.Schema({
},
rawFileDetails: {
name: { type: String, es_indexed: true },
path: String,
filePath: String,
fileSize: Number,
extension: String,
containedIn: String,