brmbar-github/server/db/reset
2011-06-19 15:05:19 +02:00

4 lines
87 B
Bash
Executable file

#!/bin/sh
rm -f brmbar.db
sqlite3 brmbar.db < schema.sql
sqlite3 brmbar.db < items.sql