Archived
2

switched device_name to devices

This commit is contained in:
VLE2FE
2020-08-06 13:58:12 +02:00
parent 18e0809a99
commit cc6fa48a44
20 changed files with 1318 additions and 1269 deletions

View File

@ -8,7 +8,7 @@ const UserSchema = new mongoose.Schema({
key: String,
level: String,
location: String,
device_name: String
devices: [String]
});
// changelog query helper