--- bin/db-init.sh 2008/05/26 18:08:47 130 +++ bin/db-init.sh 2008/05/30 22:02:19 140 @@ -1,4 +1,5 @@ kill `cat var/jifty-server.pid` psql -l -t -A | grep ^a3c | cut -d\| -f1 | xargs -i dropdb {} +createdb --encoding utf8 a3c jifty schema -./bin/towns.pl +#./bin/towns.pl