|
1. setting new project custom fields
|
|
1. Reset the thape_prod and run `cap production deploy`.
|
|
|
|
|
|
|
|
2. setting new project custom fields
|
|
|
|
|
|
`bin/rails c`
|
|
`bin/rails c`
|
|
|
|
|
... | @@ -12,7 +14,7 @@ ProjectCustomField.find_each do |project_custom_field| |
... | @@ -12,7 +14,7 @@ ProjectCustomField.find_each do |project_custom_field| |
|
end
|
|
end
|
|
```
|
|
```
|
|
|
|
|
|
2. Remove in-app widget.
|
|
3. Remove in-app widget.
|
|
|
|
|
|
```sql
|
|
```sql
|
|
DELETE FROM public.grid_widgets WHERE identifier='inbox';
|
|
DELETE FROM public.grid_widgets WHERE identifier='inbox';
|
... | | ... | |