poll/reset.sh

5 lines
83 B
Bash
Executable File

#!/bin/bash
# Reset the poll_votes table
sqlite3 poll.db "DELETE FROM poll_votes"