mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-25 15:17:28 -04:00
feat: include member count in get_workspace API (#6747)
* feat: add member count for workspace * fix: sqlite migration
This commit is contained in:
parent
e527a1843e
commit
6ad303583b
9 changed files with 22 additions and 2 deletions
|
@ -101,6 +101,7 @@ diesel::table! {
|
|||
created_at -> BigInt,
|
||||
database_storage_id -> Text,
|
||||
icon -> Text,
|
||||
member_count -> BigInt,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue