AppFlowy/frontend/rust-lib/flowy-database2/tests/database/mod.rs
Mohammad Zolfaghari 9a213fa562
feat: created at and updated at field type (#2572)
* feat: created at and updated at field type

* style: context for rust asserts, change checks in flutter

* fix: mistake in if condition

* style: add comma end of array

* feat: created at and updated at field type

* fix: typo in const variable

* style: cargo fmt

* refactor: opti cell insert

* chore: remove redundant clone

* refactor: date type option

* fix: tauri build

---------

Co-authored-by: nathan <nathan@appflowy.io>
2023-05-26 18:34:17 +08:00

12 lines
165 B
Rust

mod block_test;
mod cell_test;
mod database_editor;
mod field_test;
mod filter_test;
mod group_test;
mod layout_test;
mod sort_test;
mod mock_data;
mod share_test;