fix: reorder bugs

This commit is contained in:
appflowy
2022-04-28 16:02:03 +08:00
parent f972cdd3fb
commit ecd2dc3e72
8 changed files with 67 additions and 25 deletions

View File

@ -12,7 +12,7 @@ use flowy_database::{
schema::{view_table, view_table::dsl},
SqliteConnection,
};
use lib_infra::timestamp;
use lib_infra::util::timestamp;
pub struct ViewTableSql();
impl ViewTableSql {