move db to separate dir

This commit is contained in:
Pavol Rusnak 2011-06-19 02:41:19 +02:00
parent e3c99305cc
commit 02862e6517
4 changed files with 22 additions and 22 deletions

3
server/db/reset Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
sqlite3 brmbar.db < schema.sql
sqlite3 brmbar.db < items.sql