mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Fixed typo
This commit is contained in:
parent
4778fce615
commit
55e9ef957f
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ module.exports = {
|
|||
}
|
||||
},
|
||||
key: {type: 'string', maxlength: 50, nullable: false, unique: true},
|
||||
// NOTE: as JSON objects are no longer stored in `value` we could pottentialy reduce the maxlength
|
||||
// NOTE: as JSON objects are no longer stored in `value` we could potentially reduce the maxlength
|
||||
value: {type: 'text', maxlength: 65535, nullable: true},
|
||||
type: {
|
||||
type: 'string',
|
||||
|
|
Loading…
Add table
Reference in a new issue