| .. |
|
0000_create_schema.rb
|
|
|
|
20110105051803_create_import_tables.rb
|
|
|
|
20110119060243_add_index_to_post_visibilities.rb
|
|
|
|
20110119221746_add_indicies.rb
|
|
|
|
20110120181553_create_statistics.rb
|
|
|
|
20110120182100_create_data_points.rb
|
|
|
|
20110123210746_alter_string_columns.rb
|
|
|
|
20110125190034_unique_index_on_profile.rb
|
|
|
|
20110126015407_add_invitation_service_and_invitation_identifier_to_user.rb
|
|
|
|
20110126200714_add_contacts_visible.rb
|
|
|
|
20110126225202_remove_unique_index_on_email_on_users.rb
|
|
|
|
20110126232040_add_unique_index_on_invitation_service_and_invitation_identifier_to_users.rb
|
|
|
|
20110127000931_drop_extra_columns.rb
|
|
|
|
20110127000953_make_fields_not_null.rb
|
|
|
|
20110130072907_notification_multiple_people.rb
|
|
|
|
20110202015222_add_open_to_aspects.rb
|
|
|
|
20110209204702_create_mentions.rb
|
|
|
|
20110211021926_fix_target_on_notification.rb
|
|
|
|
20110211204804_unique_index_post_visibilities.rb
|
|
|
|
20110213052742_add_more_indicies.rb
|
|
|
|
20110217044519_undo_adding_indicies.rb
|
|
|
|
20110225190919_create_conversations_and_messages_and_visibilities.rb
|
Make things more postgres compatible
|
2011-04-05 09:49:39 -07:00 |
|
20110228180709_notification_subclasses.rb
|
|
|
|
20110228201109_foreign_key_constraints.rb
|
|
|
|
20110228220810_rename_post_to_parent_and_creator_to_author.rb
|
|
|
|
20110228233419_add_signatures_to_message.rb
|
|
|
|
20110301014507_rename_person_to_author.rb
|
|
|
|
20110301202619_drop_statistics.rb
|
|
|
|
20110311000150_acts_as_taggable_on_migration.rb
|
|
|
|
20110311183826_create_user_preferences.rb
|
|
|
|
20110311220249_downcase_tags.rb
|
Make things more postgres compatible
|
2011-04-05 09:49:39 -07:00 |
|
20110313015438_rename_text_fields.rb
|
Make things more postgres compatible
|
2011-04-05 09:49:39 -07:00 |
|
20110314043119_drop_import_tables.rb
|
|
|
|
20110317222802_guid_is_unique.rb
|
|
|
|
20110318000734_create_service_users.rb
|
service users is green
|
2011-03-21 14:56:50 -07:00 |
|
20110318012008_delete_disconnected_notifications.rb
|
|
|
|
20110319005509_add_processed_to_post.rb
|
|
|
|
20110319172136_add_likes.rb
|
|
|
|
20110321205715_unprocessed_image_uploader.rb
|
fixed another migration for ruby 1.9, thanks blast_hardcheese
|
2011-03-25 16:15:09 +01:00 |
|
20110323213655_add_location_to_profile.rb
|
added location to the profile
|
2011-03-23 15:56:46 -07:00 |
|
20110328175936_add_hidden_to_post_visibilities.rb
|
Don't index on just hidden
|
2011-03-30 19:17:52 -07:00 |
|
20110328202414_post_visibilities_on_contacts.rb
|
Forgot self.
|
2011-04-05 10:38:58 -07:00 |
|
20110330175950_tag_uniqueness.rb
|
Finish tags migration
|
2011-03-30 11:53:40 -07:00 |
|
20110330230206_pm_foreign_keys.rb
|
Take models back out of migration, will have to fix it for postgres again later
|
2011-04-05 10:35:48 -07:00 |
|
20110331004720_add_hidden_indicies.rb
|
Don't index on just hidden
|
2011-03-30 19:17:52 -07:00 |
|
20110405170101_fix_stream_queries.rb
|
Using union in stream query
|
2011-04-05 11:40:32 -07:00 |