From 005e9f979e902bf707a6bac5cc54101e81b08889 Mon Sep 17 00:00:00 2001 From: Earl Miles <merlin@logrus.com> Date: Sat, 14 Feb 2009 20:24:10 +0000 Subject: [PATCH] #374322: ctools_css_cache.cid needs to be NOT NULL. --- ctools.install | 1 + 1 file changed, 1 insertion(+) diff --git a/ctools.install b/ctools.install index 938ba850..b52290aa 100644 --- a/ctools.install +++ b/ctools.install @@ -47,6 +47,7 @@ function ctools_schema_2() { 'type' => 'varchar', 'length' => '128', 'description' => t('The CSS ID this cache object belongs to.'), + 'not null' => TRUE, ), 'filename' => array( 'type' => 'varchar', -- GitLab