mirror of https://github.com/tildeclub/poll.git
5 lines
83 B
Bash
5 lines
83 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# Reset the poll_votes table
|
||
|
sqlite3 poll.db "DELETE FROM poll_votes"
|