improved globals and added status and spectrum
This commit is contained in:
@ -2,7 +2,7 @@ import mongoose from 'mongoose';
|
||||
|
||||
const ChangelogSchema = new mongoose.Schema({
|
||||
action: String,
|
||||
collectionName: String,
|
||||
collection_name: String,
|
||||
conditions: Object,
|
||||
data: Object,
|
||||
user_id: mongoose.Schema.Types.ObjectId
|
||||
|
Reference in New Issue
Block a user