Skip to content
GitLab
Explore
Sign in
Changes
Page history
Update Upgrade Steps for new_dev branch
authored
Apr 08, 2024
by
过纯中
Show whitespace changes
Inline
Side-by-side
Upgrade-Steps-for-new_dev-branch.md
View page @
5493f0e3
...
@@ -15,5 +15,5 @@ end
...
@@ -15,5 +15,5 @@ end
2.
Remove in-app widget.
2.
Remove in-app widget.
```
sql
```
sql
DELETE
FROM
public
.
grid_widgets
where
identifier
=
'inbox'
;
DELETE
FROM
public
.
grid_widgets
WHERE
identifier
=
'inbox'
;
```
```
\ No newline at end of file