poll/reset.sh

5 lines
83 B
Bash
Raw Permalink Normal View History

2023-01-02 01:26:07 +00:00
#!/bin/bash
# Reset the poll_votes table
sqlite3 poll.db "DELETE FROM poll_votes"