diaspora/db
Andreas Schneider 2ddd810dea 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
2011-02-02 20:37:55 +01:00
..
migrate db: Fixed the migration of the database. 2011-02-02 20:37:55 +01:00
seeds Handling bug http://bugs.joindiaspora.com/issues/767 2010-12-31 14:53:32 +01:00
schema.rb remove histories table from schema.rb. this is why you don't edit or revert migrations >.< 2011-02-02 08:54:57 -08:00
seeds.rb Fix rake db:reset 2010-12-15 11:28:50 -08:00