Added online field to Articles

This commit is contained in:
Florian Sylvain
2022-12-30 03:06:25 +01:00
parent 7107e4e867
commit 3d43042245
3 changed files with 6 additions and 0 deletions
+3
View File
@@ -21,6 +21,9 @@ db.createCollection('articles', {
},
page_id: {
bsonType: 'string'
},
online: {
bsonType: 'bool'
}
}
}