Skip to content

Commit b3bc063

Browse files
committed
update_status.sql
1 parent e539410 commit b3bc063

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sql_queries/status_updation.sql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
const updateQuery = `
2+
UPDATE forms
3+
SET status = ?
4+
WHERE id = ?
5+
`;

0 commit comments

Comments
 (0)