Skip to content

Commit 9766231

Browse files
committed
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', '[email protected]'
5+
);

0 commit comments

Comments
 (0)