initial checkin from subversion
This commit is contained in:
5
sql/exportSchema.sh
Normal file
5
sql/exportSchema.sh
Normal 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
|
||||
Reference in New Issue
Block a user