diaspora/db/migrate
2011-05-17 10:43:25 -07:00
..
0000_create_schema.rb Devise invitable changed the meaning of t.invitable 2011-05-14 11:32:01 -07: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 Add compound index to post_visibilities 2011-01-19 00:19:16 -08:00
20110119221746_add_indicies.rb Add some indicies 2011-01-19 14:29:22 -08:00
20110120181553_create_statistics.rb stats WIP 2011-01-21 10:29:07 -08:00
20110120182100_create_data_points.rb added users_with_posts_today to DataPoint 2011-01-21 10:29:07 -08:00
20110123210746_alter_string_columns.rb run gladiac's migration, rename migration file so it finds class 2011-02-03 11:55:36 -08:00
20110125190034_unique_index_on_profile.rb Make migrations compatible with postgres 2011-03-02 11:05:16 -08:00
20110126015407_add_invitation_service_and_invitation_identifier_to_user.rb Make migrations compatible with postgres 2011-03-02 11:05:16 -08:00
20110126200714_add_contacts_visible.rb Make migrations compatible with postgres 2011-03-02 11:05:16 -08:00
20110126225202_remove_unique_index_on_email_on_users.rb removed unique index on email to a regular index in order to make inviting users through fb work (no email present) 2011-01-26 15:04:46 -08:00
20110126232040_add_unique_index_on_invitation_service_and_invitation_identifier_to_users.rb db: Create limited varchar to be able to add index. 2011-02-02 20:37:55 +01: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 db: person_id can only be updated if index is updated too. 2011-02-02 20:37:55 +01:00
20110130072907_notification_multiple_people.rb Make migrations compatible with postgres 2011-03-02 11:05:16 -08:00
20110202015222_add_open_to_aspects.rb fix migration on open aspects boolean 2011-02-01 17:56:16 -08:00
20110209204702_create_mentions.rb Removed n-query, created mentions table 2011-02-09 16:07:25 -08:00
20110211021926_fix_target_on_notification.rb Make migrations compatible with postgres 2011-03-02 11:05:16 -08:00
20110211204804_unique_index_post_visibilities.rb Make migrations compatible with postgres 2011-03-02 11:05:16 -08:00
20110213052742_add_more_indicies.rb It turns out that we need to rewrite validates_uniqueness_of :case_sensitive => false 2011-02-16 23:49:35 -05:00
20110217044519_undo_adding_indicies.rb ruby 1.9 ftw (thanks jrichardlai) 2011-02-17 16:20:27 +01:00
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 Refactor notification to have subclasses, just a start 2011-03-01 10:30:29 -08:00
20110228201109_foreign_key_constraints.rb Take out typos for real this time 2011-02-28 16:40:03 -08:00
20110228220810_rename_post_to_parent_and_creator_to_author.rb broke out some comment logic to a replayable module 2011-03-01 12:28:33 -08:00
20110228233419_add_signatures_to_message.rb private messages wip 2011-03-01 12:28:34 -08:00
20110301014507_rename_person_to_author.rb posts now have authors instead of people 2011-03-01 18:05:05 -08:00
20110301202619_drop_statistics.rb Delete statistic and data point models 2011-03-01 16:54:12 -08:00
20110311000150_acts_as_taggable_on_migration.rb TAGS ARE SO COOL 2011-03-10 18:37:45 -08:00
20110311183826_create_user_preferences.rb email prefs are now saved. need more tests and use it in user#mail 2011-03-11 15:42:53 -08:00
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 fixed migration for ruby 1.9 2011-03-20 18:10:58 +01:00
20110317222802_guid_is_unique.rb Fix up migration 2011-03-17 17:42:56 -07:00
20110318000734_create_service_users.rb service users is green 2011-03-21 14:56:50 -07:00
20110318012008_delete_disconnected_notifications.rb Delete newly created disconnected notifications 2011-03-17 18:30:34 -07:00
20110319005509_add_processed_to_post.rb add processed to post, which is set to default false for photos 2011-03-18 18:51:53 -07:00
20110319172136_add_likes.rb fixed migration naming, fixed translation 2011-03-20 23:00:56 +01:00
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 Merge branch 'master' into follow. all specs green. 2011-04-11 17:48:37 -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
20110405171412_contact_remove_pending_add_sharing_and_receiving.rb split 'mutual' flag into 'sharing' and 'receiving' on Contact 2011-05-04 17:09:48 -07:00
20110406202932_drop_requests_table.rb remove pending contacts 2011-05-17 10:43:25 -07:00
20110406203720_tag_name_uniqueness.rb finish tag name uniqueness migration 2011-04-06 15:08:10 -07:00
20110421120744_downcase_usernames.rb Added migration that downcases all usernames. This should solve the "Can only login via password reset" problems 2011-04-21 14:24:32 +02:00
20110507212759_remove_type_null_notifications.rb This should fix any 500 at notifications-page. Thanks @MrZYX an Chandler 2011-05-07 23:36:10 +02:00
20110513175000_eliminate_stray_user_records.rb Don't delete facebook invitations 2011-05-13 16:32:07 -07:00
20110514182918_update_devise_invitable.rb Devise invitable changed the meaning of t.invitable 2011-05-14 11:32:01 -07:00