~chipaca/unity-lens-video/custom-user-agent

1
2
3
4
5
6
7
8
#!/bin/sh

./scripts/dumpdata.sh
echo 'drop table main_oneliner;' | ./manage.py dbshell
./manage.py syncdb
./scripts/loaddata.sh

# eof