Skip to content
GitLab
Explore
Sign in
Changes
Page history
Update Upgrade Steps for new_dev branch
authored
Apr 08, 2024
by
过纯中
Hide whitespace changes
Inline
Side-by-side
Upgrade-Steps-for-new_dev-branch.md
View page @
2bc3d0f4
...
@@ -12,4 +12,8 @@ ProjectCustomField.find_each do |project_custom_field|
...
@@ -12,4 +12,8 @@ ProjectCustomField.find_each do |project_custom_field|
end
end
```
```
2.
Remove in-app widget.
2.
Remove in-app widget.
\ No newline at end of file
```
sql
DELETE
FROM
public
.
grid_widgets
where
identifier
=
'inbox'
;
```
\ No newline at end of file