Skip to content
Snippets Groups Projects
Commit 005e9f97 authored by Earl Miles's avatar Earl Miles
Browse files

#374322: ctools_css_cache.cid needs to be NOT NULL.

parent d89653d5
No related branches found
No related tags found
No related merge requests found
...@@ -47,6 +47,7 @@ function ctools_schema_2() { ...@@ -47,6 +47,7 @@ function ctools_schema_2() {
'type' => 'varchar', 'type' => 'varchar',
'length' => '128', 'length' => '128',
'description' => t('The CSS ID this cache object belongs to.'), 'description' => t('The CSS ID this cache object belongs to.'),
'not null' => TRUE,
), ),
'filename' => array( 'filename' => array(
'type' => 'varchar', 'type' => 'varchar',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment