diff options
| author | Matthijs Bijman <matthijs@bijman.org> | 2017-02-26 17:35:19 +0100 |
|---|---|---|
| committer | Matthijs Bijman <matthijs@bijman.org> | 2017-02-26 17:35:19 +0100 |
| commit | 90ebb59cce273b31942dd9f1bcf2c36219b10720 (patch) | |
| tree | 3b62449eecab41c318cc9cd84ab592c5b4ceb3b7 /database | |
| parent | 990b7ceab1f7a9f35608f60392aaab570e120e61 (diff) | |
Add db rebuild script for windows, assuming sqlite3 is in path
Diffstat (limited to 'database')
| -rw-r--r-- | database/rebuild.bat | 3 |
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 |
