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
Roger Braun f0257c7516
Add fts search index.
7 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 Ensure we have no duplicate ap ids. 7 years ago
20170501133231_add_id_contraints_to_activities_and_objects_part_two.exs Actually make index unique. 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 Use more efficient queries. 7 years ago
20170620142420_add_object_activity_index_part_two.exs Add correct index. 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 Add follower_address to users, add on generation. 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