initial checkin from subversion

This commit is contained in:
Tretter
2017-02-07 20:13:14 +00:00
commit e8fa4b7ae6
80 changed files with 3318 additions and 0 deletions

5
sql/exportSchema.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
echo ".schema" | sqlite3 ../WebThink.db > createDB.sql
echo "drop table icon;" > prepareIcon.sql
echo ".dump icon" | sqlite3 ../WebThink.db >> prepareIcon.sql