Skip to content

Commit 07c8a03

Browse files
committed
Update log component SQL migration to include introduced_in_version field
1 parent a9b2b2b commit 07c8a03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/official-site/sqlpage/migrations/66_log_component.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
INSERT INTO component(name, icon, description) VALUES
2-
('log', 'logs', 'A component that writes messages to the server logs.
1+
INSERT INTO component(name, icon, introduced_in_version, description) VALUES
2+
('log', 'logs', '0.37.1', 'A component that writes messages to the server logs.
33
When a page runs, it prints your message to the terminal/console (standard error).
44
Use it to track what happens and troubleshoot issues.
55

0 commit comments

Comments
 (0)