Make the current_activity field in IDF_Project nullable and fix
a problem in the migration 25's down method (issue 800)
This commit is contained in:
@@ -50,6 +50,7 @@ class IDF_Tag extends Pluf_Model
|
||||
'model' => 'IDF_Project',
|
||||
'blank' => true,
|
||||
'is_null' => true,
|
||||
'default' => null,
|
||||
'verbose' => __('project'),
|
||||
),
|
||||
'class' =>
|
||||
|
Reference in New Issue
Block a user