Skip to content
Snippets Groups Projects
Commit 922b6cb9 authored by Kevin Hankens's avatar Kevin Hankens
Browse files

Removing not null from format column schema. 1003382.

parent 361a50b3
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,6 @@ function tablefield_field_schema($field) {
'format' => array(
'type' => 'varchar',
'length' => 255,
'not null' => TRUE,
'default value' => '',
),
),
......
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