fix: user_id is string now

This commit is contained in:
linonetwo
2023-02-09 20:01:11 +08:00
parent ca060dbf7a
commit cee05b13e8
4 changed files with 5 additions and 5 deletions
+1 -2
View File
@@ -4,8 +4,7 @@ use serde::{Deserialize, Serialize};
#[derive(Debug, Clone, Serialize, Deserialize, JsonSchema)]
pub struct CreateWorkspace {
// TODO: make all id string, on Octobase side, and rewrite all related tests
pub user_id: i32,
pub user_id: String,
/**
* only set name, avatar is update in datacenter to yDoc directly
*/