diff --git a/backend/.sqlx/query-9a5b63783851d77ebb960967d14029e82772afa577f0626c8c98ef7e1ce04b0c.json b/backend/.sqlx/query-9a5b63783851d77ebb960967d14029e82772afa577f0626c8c98ef7e1ce04b0c.json new file mode 100644 index 0000000000..f689dacce8 --- /dev/null +++ b/backend/.sqlx/query-9a5b63783851d77ebb960967d14029e82772afa577f0626c8c98ef7e1ce04b0c.json @@ -0,0 +1,23 @@ +{ + "db_name": "PostgreSQL", + "query": "\n SELECT content FROM script WHERE workspace_id = $1 AND path = $2\n ", + "describe": { + "columns": [ + { + "ordinal": 0, + "name": "content", + "type_info": "Text" + } + ], + "parameters": { + "Left": [ + "Text", + "Text" + ] + }, + "nullable": [ + false + ] + }, + "hash": "9a5b63783851d77ebb960967d14029e82772afa577f0626c8c98ef7e1ce04b0c" +} diff --git a/backend/windmill-api/src/scim.rs b/backend/windmill-api/src/scim.rs index a1285d3aae..d6d1f275c0 100644 --- a/backend/windmill-api/src/scim.rs +++ b/backend/windmill-api/src/scim.rs @@ -29,9 +29,6 @@ use axum::{extract::Path, Json}; #[cfg(feature = "enterprise")] use windmill_common::utils::not_found_if_none; -#[cfg(feature = "enterprise")] -use axum::routing::post; - use crate::db::DB; lazy_static::lazy_static! {