Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
drupal.org
field_collection
Commits
4a218048
Commit
4a218048
authored
Mar 01, 2019
by
szantog
Committed by
Ra Mänd
Mar 01, 2019
Browse files
Issue #2254257 by szantog: Schema Issue
parent
d37bec5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
field_collection.install
field_collection.install
+6
-0
No files found.
field_collection.install
View file @
4a218048
...
...
@@ -63,6 +63,12 @@ function field_collection_schema() {
),
),
);
if
(
module_exists
(
'entitycache'
))
{
$schema
[
'cache_entity_field_collection_item'
]
=
drupal_get_schema_unprocessed
(
'system'
,
'cache'
);
$schema
[
'cache_entity_field_collection_item'
][
'description'
]
=
'Cache table used to store field_collection_item entity records.'
;
}
return
$schema
;
}
...
...
Write
Preview
Markdown
is supported
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