Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
497d3331
Commit
497d3331
authored
Mar 13, 2015
by
webchick
Browse files
Issue
#2451655
by klausi: Cache database schema description for expire is wrong
parent
84c2ccf4
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/lib/Drupal/Core/Cache/DatabaseBackend.php
View file @
497d3331
...
...
@@ -454,7 +454,7 @@ public function schemaDefinition() {
'size'
=>
'big'
,
),
'expire'
=>
array
(
'description'
=>
'A Unix timestamp indicating when the cache entry should expire, or
0
for never.'
,
'description'
=>
'A Unix timestamp indicating when the cache entry should expire, or
'
.
Cache
::
PERMANENT
.
'
for never.'
,
'type'
=>
'int'
,
'not null'
=>
TRUE
,
'default'
=>
0
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment