mirror of
https://github.com/knex/knex.git
synced 2025-09-25 16:15:56 +00:00
remove charset from example until they figure out charsets/collations
This commit is contained in:
parent
e39f1a9407
commit
30f73f9132
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user