delete commits changes
This commit is contained in:
@@ -61,4 +61,5 @@ def get_all_hours():
|
||||
|
||||
|
||||
def delete_all_rows():
|
||||
cur.executemany("DELETE * FROM TIMESTAMPS;")
|
||||
cur.execute("DELETE FROM TIMESTAMPS")
|
||||
con.commit()
|
||||
Reference in New Issue
Block a user