This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
zed
Watch
1
Star
0
Fork
You've already forked zed
0
mirror of
https://github.com/zed-industries/zed.git
synced
2024-12-28 11:29:25 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
10
58f58a629b
zed
/
crates
/
collab
/
migrations
History
Mikayla
6fdf101745
Update database and RPC to provide configured feature flags
2023-08-25 14:34:32 -07:00
..
20210527024318_initial_schema.sql
20210607190313_create_access_tokens.sql
20210805175147_create_chat_tables.sql
20210916123647_add_nonce_to_channel_messages.sql
20210920192001_add_interests_to_signups.sql
20220421165757_drop_signups.sql
20220505144506_add_trigram_index_to_users.sql
20220506130724_create_contacts.sql
20220518151305_add_invites_to_users.sql
20220523232954_allow_user_deletes.sql
20220620211403_create_projects.sql
20220913211150_create_signups.sql
20220929182110_add_metrics_id.sql
20221111092550_reconnection_support.sql
20221125192125_add_added_to_mailing_list_to_signups.sql
20221207165001_add_connection_lost_to_room_participants.sql
20221213125710_index_room_participants_on_room_id.sql
20221214144346_change_epoch_from_uuid_to_integer.sql
20221219181850_project_reconnection_support.sql
20230103200902_replace_is_completed_with_completed_scan_id.sql
20230202155735_followers.sql
20230508211523_add-repository-entries.sql
20230511004019_add_repository_statuses.sql
20230529164700_add_worktree_settings_files.sql
Replicate project-specific settings when collaborating
2023-05-30 18:08:03 -07:00
20230605191135_remove_repository_statuses.sql
Avoid dropping the worktree_repository_statuses table for now
2023-06-09 11:37:39 -07:00
20230616134535_add_is_external_to_worktree_entries.sql
Add a bit to each entry indicating if it's outside of the worktree root
2023-06-22 10:34:28 -07:00
20230727150500_add_channels.sql
Represent channel relationships using paths table
2023-08-09 10:36:27 -07:00
20230819154600_add_channel_buffers.sql
Simplify buffer_operations schema
2023-08-23 18:37:01 -07:00
20230825190322_add_server_feature_flags.sql
Update database and RPC to provide configured feature flags
2023-08-25 14:34:32 -07:00