|  |  |  | 1. setting new project custom fields | 
|  |  |  |  | 
|  | `bin/rails c` |  | `bin/rails c` | 
|  |  |  |  | 
|  | ```ruby |  | ```ruby | 
| ... | @@ -8,4 +10,6 @@ section = ProjectCustomFieldSection.first | ... | @@ -8,4 +10,6 @@ section = ProjectCustomFieldSection.first | 
|  | ProjectCustomField.find_each do |project_custom_field| |  | ProjectCustomField.find_each do |project_custom_field| | 
|  | project_custom_field.update!(custom_field_section_id: section.id) |  | project_custom_field.update!(custom_field_section_id: section.id) | 
|  | end |  | end | 
|  | ``` |  | ``` | 
|  | \ No newline at end of file |  |  | 
|  |  |  | 2. Remove in-app widget. | 
|  |  |  | \ No newline at end of file |