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

#377712 by dwees: delegator weight part of primary key but not specified as NOT NULL.

parent ddb44977
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
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