mirror of
https://github.com/Foltik/Shimapan
synced 2024-11-10 15:48:27 -05:00
Remove redundant info in Upload model
This commit is contained in:
parent
4887771996
commit
827c4cdbfa
@ -1,11 +1,6 @@
|
||||
var mongoose = require('mongoose');
|
||||
|
||||
var UploadSchema = mongoose.Schema({
|
||||
name: {
|
||||
type: String,
|
||||
required: true
|
||||
},
|
||||
|
||||
id: {
|
||||
type: String,
|
||||
unique: true,
|
||||
@ -31,12 +26,7 @@ var UploadSchema = mongoose.Schema({
|
||||
type: Date,
|
||||
default: Date.now
|
||||
},
|
||||
|
||||
mime: {
|
||||
type: String,
|
||||
required: true,
|
||||
},
|
||||
|
||||
|
||||
file: {
|
||||
type: Object,
|
||||
required: true
|
||||
|
Loading…
Reference in New Issue
Block a user