remove warnings

This commit is contained in:
Ruben Fiszel
2025-07-26 13:28:51 +00:00
parent ad441a7ba6
commit 323ec9a994
5 changed files with 5 additions and 26 deletions

View File

@@ -242,15 +242,6 @@ pub struct WorkspaceSettings {
pub git_app_installations: Option<serde_json::Value>,
}
#[derive(FromRow, Serialize, Debug)]
pub struct Usage {
pub workspace_id: String,
pub slack_team_id: Option<String>,
pub slack_name: Option<String>,
pub slack_command_script: Option<String>,
pub slack_email: String,
}
#[derive(sqlx::Type, Serialize, Deserialize, Debug)]
#[sqlx(type_name = "WORKSPACE_KEY_KIND", rename_all = "lowercase")]
pub enum WorkspaceKeyKind {