Skip to content

Commit

Permalink
ajustes
Browse files Browse the repository at this point in the history
  • Loading branch information
wrsilva committed Mar 4, 2024
1 parent 0c994d7 commit cd76090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/db/person_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

PERSON_HISTORY = "SELECT id_person ,age ,first_name ,last_name FROM db_estudo.person;"

PERSON_DELETE = "DELETE FROM db_estudo.person WHERE id_person = %s"
PERSON_DELETE = "DELETE FROM db_estudo.person WHERE id_person = %s;"

0 comments on commit cd76090

Please sign in to comment.