implement basic patients routes
This commit is contained in:
3
queries/update_patient.sql
Normal file
3
queries/update_patient.sql
Normal file
@ -0,0 +1,3 @@
|
||||
update patients
|
||||
set full_name = $2, phone = $3
|
||||
where id = $1;
|
||||
Reference in New Issue
Block a user