Rename initial workspace to "Yaak"

This commit is contained in:
Gregory Schier
2023-11-09 13:17:21 -08:00
parent 95b2e0ae62
commit 97c5d2c7eb

View File

@@ -702,7 +702,7 @@ async fn list_workspaces(
let workspace = models::upsert_workspace(
pool,
models::Workspace {
name: "My Project".to_string(),
name: "Yaak".to_string(),
..Default::default()
},
)