Rename initial workspace to "Yaak"

This commit is contained in:
Gregory Schier
2023-11-09 13:17:21 -08:00
parent 136e9f2738
commit e6ee89464a

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()
},
)