You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
akkoma-cachapa/priv/repo/migrations
kaniini 0a82a7e6d6
Merge branch 'feature/split-hide-network' into 'develop'
6 years ago
..
20170320193800_create_user.exs Add user schema. 8 years ago
20170321074828_create_activity.exs Basic AP objects. 8 years ago
20170321074832_create_object.exs Basic AP objects. 8 years ago
20170321133335_add_following_list_to_users.exs Basic status creation and retrieval. 8 years ago
20170321143152_add_ap_id_to_users.exs Basic status creation and retrieval. 8 years ago
20170330153447_add_index_to_objects.exs Add index to objects. 8 years ago
20170415141210_add_unique_index_to_email_and_nickname.exs Add user registration changeset. 8 years ago
20170416122418_add_avatar_object_to_users.exs Add avatar objects to user, fix specs. 8 years ago
20170418200143_create_webssub_server_subscription.exs Better activities in ostatus. 8 years ago
20170423154511_add_fields_to_users.exs Add basic fields to support remote users. 8 years ago
20170426154155_create_websub_client_subscription.exs Refactor, add beginnings of websub client subscriptions. 8 years ago
20170427054757_add_user_and_hub.exs Add user and hub to websub client subscriptions. 8 years ago
20170501124823_add_id_contraints_to_activities_and_objects.exs Fixup old migrations. 7 years ago
20170501133231_add_id_contraints_to_activities_and_objects_part_two.exs Fixup old migrations. 7 years ago
20170502083023_add_local_field_to_activities.exs Fix specs, add local marker to actitivies. 7 years ago
20170506222027_add_unique_index_to_apid.exs Index users by ap_id. 7 years ago
20170522160642_case_insensivtivity.exs Make email and nickname case insensitive. 7 years ago
20170529093232_longer_bios.exs Make longer bios possible. 7 years ago
20170620095947_remove_activities_index.exs Drop the general index on activities. 7 years ago
20170620133028_add_object_activity_index.exs Fixup old migrations. 7 years ago
20170620142420_add_object_activity_index_part_two.exs Fixup old migrations. 7 years ago
20170701142005_add_actor_index_to_activity.exs Make user timelines faster for users with few statuses. 7 years ago
20170719152213_add_follower_address_to_user.exs Fixup old migrations. 7 years ago
20170906120646_add_mastodon_apps.exs Add very basic oauth and mastodon api support. 7 years ago
20170906143140_create_o_auth_authorizations.exs Add very basic oauth and mastodon api support. 7 years ago
20170906152508_create_o_auth_token.exs Add very basic oauth and mastodon api support. 7 years ago
20170911123607_create_notifications.exs Add basic mastodon notification support. 7 years ago
20170912114248_add_context_index.exs Optimize conversation fetching. 7 years ago
20170916090107_add_fts_index_to_activities.exs Add fts search index. 7 years ago
20170917120416_add_tag_index.exs Add tag index. 7 years ago
20171019141706_create_password_reset_tokens.exs Add password reset. 7 years ago
20171023155035_add_second_object_index_to_activty.exs Speed up deletion and related queries. 7 years ago
20171024090137_drop_object_index.exs Drop superflous index. 7 years ago
20171024121413_add_object_actor_index.exs Use more efficient user note count update query. 7 years ago
20171109091239_add_actor_to_activity.exs Update activities in own migration. 7 years ago
20171109114020_fill_actor_field.exs Fix migration for empty db. 7 years ago
20171109141309_add_sort_index_to_activities.exs add sort index for activities 7 years ago
20171130135819_add_local_index_to_user.exs Add count index for local users. 7 years ago
20171212163643_add_recipients_to_activities.exs Add recipients field to activities. 7 years ago
20171212164525_fill_recipients_in_activities.exs Add recipients field to activities. 7 years ago
20180221210540_make_following_postgres_array.exs Make User.following a postgres array. 7 years ago
20180325172351_add_follower_address_index_to_users.exs Speed up follower query. 7 years ago
20180327174350_drop_local_index_on_activities.exs Drop index for 'local', it confuses the query planner. 7 years ago
20180327175831_actually_drop_local_index.exs Fix migration. 7 years ago
20180429094642_create_lists.exs MastoAPI: add lists. 6 years ago
20180513104714_modify_activity_index.exs Modify sort index for activities. 6 years ago
20180516144508_add_trigram_extension.exs Fix User search. 6 years ago
20180516154905_create_user_trigram_index.exs Fix User search. 6 years ago
20180530123448_add_list_follow_index.exs MastoAPI: Add streaming for lists. 6 years ago
20180606173637_create_apid_host_extraction_index.exs Extract host from ap_id, add index 6 years ago
20180612110515_create_user_invite_tokens.exs Initial invites support + tests. 6 years ago
20180617221540_create_activities_in_reply_to_index.exs activitypub: support filtering activities by whether or not they are a reply (closes #109) 6 years ago
20180813003722_create_filters.exs [MastodonAPI] Add filters 6 years ago
20180829082446_add_recipients_to_and_cc_fields_to_activities.exs activity: add recipients_to and recipients_cc fields 6 years ago
20180829182612_activities_add_to_cc_indices.exs migrations: add index creation migration and recipients_to/cc removal migration 6 years ago
20180829183529_remove_recipients_to_and_cc_fields_from_activities.exs migrations: add index creation migration and recipients_to/cc removal migration 6 years ago
20180903114437_users_add_is_moderator_index.exs migrations: add is_moderator index for users table 6 years ago
20180918182427_create_push_subscriptions.exs Mastodon API: Support push subscription CRUD 6 years ago
20180919060348_users_add_last_refreshed_at.exs user: implement dynamic refresh of profiles (gets rid of need for fix_ap_users task) 6 years ago
20181201104428_add_uuid_extension.exs Genereate uuids for existing info fields. 6 years ago
20181201105617_add_uui_ds_to_user_info.exs Genereate uuids for existing info fields. 6 years ago
20181206125616_add_tags_to_users.exs [#394] Added `users.tags` and admin routes to tag and untag users. Added tests. 6 years ago
20181214121049_add_bookmarks_to_users.exs [MastoAPI][GlitchAPI] Add bookmarks 6 years ago
20181218172826_users_and_activities_flake_id.exs Fix clippy with one/five lines 6 years ago
20190109152453_add_visibility_function.exs Build the index concurrently. 6 years ago
20190115085500_create_user_fts_index.exs [#477] Added FTS index for `users`. Fixed failing test. 6 years ago
20190118074940_fix_user_trigram_index.exs Make use of the indices. 6 years ago
20190122153157_update_activity_visibility.exs slightly changes definition so that autovacuum works paralell safe too 6 years ago
20190123125546_create_instances.exs [#534] Refactoring / tweaks per MR review. 6 years ago
20190123125839_fix_info_ids.exs Fix info ids. 6 years ago
20190124131141_update_activity_visibility_again.exs Fix postgres activity_visibility when running in autovacuum 6 years ago
20190126160540_change_push_subscriptions_varchar.exs Change webpush endpoint to unlimited varchar 6 years ago
20190127151220_add_activities_likes_index.exs add activities likes index, fixes favorites API call 6 years ago
20190128181211_split_hide_network.exs Split hide_network into hide_followers & hide_followings 6 years ago