summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthijs Bijman <matthijs@bijman.org>2017-02-26 17:35:19 +0100
committerMatthijs Bijman <matthijs@bijman.org>2017-02-26 17:35:19 +0100
commit90ebb59cce273b31942dd9f1bcf2c36219b10720 (patch)
tree3b62449eecab41c318cc9cd84ab592c5b4ceb3b7
parent990b7ceab1f7a9f35608f60392aaab570e120e61 (diff)
Add db rebuild script for windows, assuming sqlite3 is in path
-rw-r--r--database/rebuild.bat3
1 files changed, 3 insertions, 0 deletions
diff --git a/database/rebuild.bat b/database/rebuild.bat
new file mode 100644
index 00000000..c0f38da1
--- /dev/null
+++ b/database/rebuild.bat
@@ -0,0 +1,3 @@
+del database.db
+sqlite3 database.db < schema.sql
+sqlite3 database.db < test.sql \ No newline at end of file