backend: add account auth store schema
This commit is contained in:
parent
41da9c91b2
commit
ed8110ae45
|
|
@ -233,6 +233,7 @@ impl WorkspaceApi {
|
||||||
store
|
store
|
||||||
.upsert_workspace(&WorkspaceRecord {
|
.upsert_workspace(&WorkspaceRecord {
|
||||||
workspace_id: config.workspace_id.clone(),
|
workspace_id: config.workspace_id.clone(),
|
||||||
|
owner_account_id: None,
|
||||||
display_name: config.workspace_display_name.clone(),
|
display_name: config.workspace_display_name.clone(),
|
||||||
state: "active".to_string(),
|
state: "active".to_string(),
|
||||||
created_at: config.workspace_created_at.clone(),
|
created_at: config.workspace_created_at.clone(),
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user