--- trunk/bin/create-db.sh 2008/07/02 09:53:47 45 +++ trunk/bin/create-db.sh 2008/07/15 13:45:33 131 @@ -1,2 +1,7 @@ +rm var/schema.dbi* + rm var/strix.sqlite sqlite3 var/strix.sqlite < sql/strix.sql + +rm var/a3c.sqlite +sqlite3 var/a3c.sqlite < sql/a3c.sql