Prettied up channel.css, small schema updates
This commit is contained in:
parent
247caa5c23
commit
3d184f29da
3 changed files with 7 additions and 2 deletions
|
|
@ -35,11 +35,13 @@ const channelSchema = new mongoose.Schema({
|
|||
name: {
|
||||
type: mongoose.SchemaTypes.String,
|
||||
required: true,
|
||||
maxLength: 50,
|
||||
default: 0
|
||||
},
|
||||
description: {
|
||||
type: mongoose.SchemaTypes.String,
|
||||
required: true,
|
||||
maxLength: 1000,
|
||||
default: 0
|
||||
},
|
||||
thumbnail: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue