mirror of
https://github.com/AppFlowy-IO/AppFlowy-Cloud.git
synced 2025-04-24 13:57:05 -04:00
feat: Implement history(1) (#466)
* chore: update collab commit * chore: collab history test * chore: collab history test * chore: impl redis stream * chore: impl redis stream test * chore: impl migration * chore: implement history sql * chore: add test * chore: add test * chore: fix test * chore: update log and test * chore: add xtask * chore: clippy * chore: impl api * chore: add missing sqlx files * chore: fix test * chore: fix test
This commit is contained in:
parent
4d019728ba
commit
28e0e74fd1
89 changed files with 2994 additions and 695 deletions
3
tests/sql_test/mod.rs
Normal file
3
tests/sql_test/mod.rs
Normal file
|
@ -0,0 +1,3 @@
|
|||
mod history_test;
|
||||
mod util;
|
||||
mod workspace_test;
|
Loading…
Add table
Add a link
Reference in a new issue