| .. |
|
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
|
|
|
|
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
|
|
|
|
20110313015438_rename_text_fields.rb
|
|
|
|
20110314043119_drop_import_tables.rb
|
|
|
|
20110317222802_guid_is_unique.rb
|
|
|
|
20110318000734_create_service_users.rb
|
|
|
|
20110318012008_delete_disconnected_notifications.rb
|
|
|
|
20110319005509_add_processed_to_post.rb
|
|
|
|
20110319172136_add_likes.rb
|
Make likes dependent delete, rather than dependent restrict. The fk in the former migration had dependent spelled wrong, and it silently failed
|
2011-06-03 14:38:42 -07:00 |
|
20110321205715_unprocessed_image_uploader.rb
|
|
|
|
20110323213655_add_location_to_profile.rb
|
|
|
|
20110328175936_add_hidden_to_post_visibilities.rb
|
|
|
|
20110328202414_post_visibilities_on_contacts.rb
|
|
|
|
20110330175950_tag_uniqueness.rb
|
|
|
|
20110330230206_pm_foreign_keys.rb
|
|
|
|
20110331004720_add_hidden_indicies.rb
|
|
|
|
20110405170101_fix_stream_queries.rb
|
|
|
|
20110405171412_contact_remove_pending_add_sharing_and_receiving.rb
|
|
|
|
20110406202932_drop_requests_table.rb
|
remove pending contacts
|
2011-05-17 10:43:25 -07:00 |
|
20110406203720_tag_name_uniqueness.rb
|
|
|
|
20110421120744_downcase_usernames.rb
|
|
|
|
20110507212759_remove_type_null_notifications.rb
|
|
|
|
20110513175000_eliminate_stray_user_records.rb
|
|
|
|
20110514182918_update_devise_invitable.rb
|
|
|
|
20110517180148_delete_all_new_request_notifications.rb
|
remove request notifications migration
|
2011-05-17 11:06:36 -07:00 |
|
20110518010050_disable_password_reset_for_accounts_without_usernames.rb
|
migration
|
2011-05-18 10:19:08 -07:00 |
|
20110518184453_add_token_auth_to_user.rb
|
added token authenticatable to user model
|
2011-05-19 11:57:06 -07:00 |
|
20110518222303_add_column_for_activity_streams_photo.rb
|
Bookmark -> ActivitiyStreams::Photo
|
2011-05-19 11:57:06 -07:00 |
|
20110524184202_add_object_id_to_post.rb
|
record objectId in post (cant use object_id booo)
|
2011-05-25 12:16:52 -07:00 |
|
20110527135552_photo_status_message_association_on_guid.rb
|
ActiveRecord::Base.record_timestamps didn't actually stop timestamps from being updated
|
2011-06-01 12:02:14 -07:00 |
|
20110603181015_lockable_users.rb
|
move account deletion out of a tranaction and into a job
|
2011-06-03 12:05:57 -07:00 |
|
20110603212633_likes_dependent_delete.rb
|
Make likes dependent delete, rather than dependent restrict. The fk in the former migration had dependent spelled wrong, and it silently failed
|
2011-06-03 14:38:42 -07:00 |
|
20110603233202_drop_aspects_open.rb
|
remove remember aspects feature
|
2011-06-03 17:35:27 -07:00 |
|
20110604012703_drop_mongo_remains.rb
|
Remove some mongo stuff
|
2011-06-03 18:32:35 -07:00 |
|
20110604204533_index_on_remember_token.rb
|
Add Index on users remember token, should make login much faster
|
2011-06-04 13:47:56 -07:00 |