remove charset from example until they figure out charsets/collations

This commit is contained in:
Tim Griesser 2014-05-06 13:50:55 -04:00
parent e39f1a9407
commit 30f73f9132

View File

@ -428,8 +428,7 @@ var knex = Knex.initialize({
host : '127.0.0.1', host : '127.0.0.1',
user : 'your_database_user', user : 'your_database_user',
password : 'your_database_password', password : 'your_database_password',
database : 'myapp_test', database : 'myapp_test'
charset : 'UTF8_GENERAL_CI'
} }
}); });
</pre> </pre>