diaspora/db
Andreas Schneider df86bc5799 db: Fixed the migration of the database.
The limit down to 127 is needed cause of a long time bug in mysql. The
error message looks like this when creating an index.

Mysql2::Error: Specified key was too long; max key length is 1000 bytes

So with utf8 (3 bytes for one char) you exceed this with two
varchar(255).

See http://bugs.mysql.com/bug.php?id=4541 guru meditation

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2011-09-26 13:05:00 +02:00
..
migrate db: Fixed the migration of the database. 2011-09-26 13:05:00 +02:00
schema.rb update schema 2011-09-12 15:42:00 -07:00
seeds.rb MS DG update copyright 2011-09-14 11:23:12 -07:00