We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e539410 commit b3bc063Copy full SHA for b3bc063
sql_queries/status_updation.sql
@@ -0,0 +1,5 @@
1
+const updateQuery = `
2
+ UPDATE forms
3
+ SET status = ?
4
+ WHERE id = ?
5
+`;
0 commit comments