| ... | ... | @@ -12,4 +12,8 @@ ProjectCustomField.find_each do |project_custom_field| |
|
|
|
end
|
|
|
|
```
|
|
|
|
|
|
|
|
2. Remove in-app widget. |
|
|
\ No newline at end of file |
|
|
|
2. Remove in-app widget.
|
|
|
|
|
|
|
|
```sql
|
|
|
|
DELETE FROM public.grid_widgets where identifier='inbox';
|
|
|
|
``` |
|
|
\ No newline at end of file |