diff --git a/feeds.install b/feeds.install index 699bdc1..66f23ee 100644 --- a/feeds.install +++ b/feeds.install @@ -180,6 +180,7 @@ function feeds_schema() { 'type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, + 'default' => 0, ), 'imported' => array( 'type' => 'int', @@ -774,5 +775,6 @@ function feeds_update_7214() { 'type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, + 'default' => 0, )); }