diaspora/db/migrate
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
..
0000_create_schema.rb db: Fixed the migration of the database. 2011-02-02 20:37:55 +01:00
20110105051803_create_import_tables.rb db: Fixed the migration of the database. 2011-02-02 20:37:55 +01:00
20110119060243_add_index_to_post_visibilities.rb
20110119221746_add_indicies.rb
20110120181553_create_statistics.rb
20110120182100_create_data_points.rb
20110125190034_unique_index_on_profile.rb
20110126015407_add_invitation_service_and_invitation_identifier_to_user.rb
20110126200714_add_contacts_visible.rb add contacts_visible field in aspects 2011-01-27 13:41:22 -08:00
20110126225202_remove_unique_index_on_email_on_users.rb
20110126232040_add_unique_index_on_invitation_service_and_invitation_identifier_to_users.rb added the migration 2011-01-26 16:32:51 -08:00
20110127000931_drop_extra_columns.rb Put in a lot of non nullable fields, edit the specs to match, drop a couple superfluous columns 2011-01-26 18:29:23 -08:00
20110127000953_make_fields_not_null.rb Put in a lot of non nullable fields, edit the specs to match, drop a couple superfluous columns 2011-01-26 18:29:23 -08:00
20110130072907_notification_multiple_people.rb also making sure that the notification actor id is unique in the keep delete table 2011-01-31 11:42:49 -08:00
20110202015222_add_open_to_aspects.rb fix migration on open aspects boolean 2011-02-01 17:56:16 -08:00