--- trunk/bin/create-db.sh 2008/07/14 23:50:16 130 +++ 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