Skip to content

Commit 002f639

Browse files
Merge pull request pradanvirudhunagar#23 from Churchill427/main
SQL: dashboard_preview_forms
2 parents f2c84f9 + 2f4d183 commit 002f639

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
const [rows] = await connection.execute(
2+
'SELECT id, form_type, farmer_name, created_at, status FROM forms WHERE user_id = ?',
3+
[userId]
4+
);

0 commit comments

Comments
 (0)