Update database and RPC to provide configured feature flags

This commit is contained in:
Mikayla 2023-08-25 14:34:19 -07:00
parent 1c945a7521
commit 6fdf101745
No known key found for this signature in database
14 changed files with 268 additions and 9 deletions

View file

@ -7,6 +7,7 @@ pub mod channel_buffer_collaborator;
pub mod channel_member;
pub mod channel_path;
pub mod contact;
pub mod feature_flag;
pub mod follower;
pub mod language_server;
pub mod project;
@ -16,6 +17,7 @@ pub mod room_participant;
pub mod server;
pub mod signup;
pub mod user;
pub mod user_feature;
pub mod worktree;
pub mod worktree_diagnostic_summary;
pub mod worktree_entry;