Files
2024-09-13 13:19:51 +02:00

2 lines
132 B
SQL

INSERT INTO comments (post_id, user_id, content) VALUES ($id, 1, :content);
SELECT 'redirect' as component, '/post/' || $id AS link;