mirror of
https://github.com/Floriansylvain/RenewCMS.git
synced 2026-08-19 11:43:22 +02:00
Added online field to Articles
This commit is contained in:
@@ -21,6 +21,9 @@ db.createCollection('articles', {
|
||||
},
|
||||
page_id: {
|
||||
bsonType: 'string'
|
||||
},
|
||||
online: {
|
||||
bsonType: 'bool'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user