mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-25 23:27:15 -04:00
feat: reload UI (#2999)
* chore: reload folder * chore: reload folder * chore: init sync * chore: update tables * chore: update database * chore: load row * chore: update * chore: reload row * test: fit test * chore: retry * chore: support batch fetch * chore: enable sync * chore: sync switch * chore: sync switch * chore: migration user data * chore: migrate data * chore: migrate folder * chore: save user email * chore: refresh user profile * chore: fix test * chore: delete translation files * test: clippy format
This commit is contained in:
parent
5085ea115f
commit
f9e7b5ffa4
170 changed files with 3380 additions and 1482 deletions
|
@ -21,6 +21,7 @@ diesel::table! {
|
|||
openai_key -> Text,
|
||||
token -> Text,
|
||||
email -> Text,
|
||||
auth_type -> Integer,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue