Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9766231

Browse files
committedMay 23, 2025·
chore: test dml
1 parent aab97a6 commit 9766231

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
INSERT INTO users (
2+
id, name, email
3+
) VALUES (
4+
1, 'me', 'me@me.com'
5+
);

0 commit comments

Comments
 (0)
Please sign in to comment.