You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/official-site/sqlpage/migrations/06_debug.sql
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
INSERT INTO component (name, description, icon)
3
3
VALUES (
4
4
'debug',
5
-
'Display all of the row-level parameters passed to the component. Useful for debugging: just replace the name of the component you want to debug with ''debug''.',
5
+
'Display all the parameters passed to the component. Useful for debugging: just replace the name of the component you want to debug with ''debug''.',
6
6
'bug'
7
7
);
8
8
-- Insert an example usage of the http_header component into the example table
0 commit comments