Archived
2

improved globals and added status and spectrum

This commit is contained in:
VLE2FE
2020-08-11 16:06:51 +02:00
parent 2c57d2045c
commit f94653f389
19 changed files with 101 additions and 88 deletions

View File

@ -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