From 0385fee13677950b3e8a98e8311571b9de5366de Mon Sep 17 00:00:00 2001 From: Earl Miles <merlin@logrus.com> Date: Mon, 30 Mar 2009 20:01:28 +0000 Subject: [PATCH] #377712 by dwees: delegator weight part of primary key but not specified as NOT NULL. --- delegator/delegator.install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/delegator/delegator.install b/delegator/delegator.install index cb578ba9..627d6123 100644 --- a/delegator/delegator.install +++ b/delegator/delegator.install @@ -79,6 +79,8 @@ function delegator_schema_1() { 'type' => 'varchar', 'length' => '255', 'description' => t('Unique ID for this task handler. Used to identify it programmatically.'), + 'not null' => TRUE, + 'default' => '', ), 'weight' => array( 'type' => 'int', -- GitLab