feat: include member count in get_workspace API (#6747)

* feat: add member count for workspace

* fix: sqlite migration
This commit is contained in:
Zack 2024-11-08 16:01:39 +08:00 committed by GitHub
parent e527a1843e
commit 6ad303583b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 22 additions and 2 deletions

View file

@ -101,6 +101,7 @@ diesel::table! {
created_at -> BigInt,
database_storage_id -> Text,
icon -> Text,
member_count -> BigInt,
}
}