lib/merb/orms/sequel/database.yml.sample in merb_sequel-0.9.14 vs lib/merb/orms/sequel/database.yml.sample in merb_sequel-1.0.0
- old
+ new
@@ -5,9 +5,10 @@
:database: sample_development
:username: the_user
:password: secrets
:host: localhost
:socket: /tmp/mysql.sock
+ :encoding: utf8
:test:
<<: *defaults
:database: sample_test
\ No newline at end of file