mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: rename update at and create at (#2672)
This commit is contained in:
@ -96,8 +96,8 @@ async fn export_and_then_import_meta_csv_test() {
|
||||
FieldType::Checkbox => {},
|
||||
FieldType::URL => {},
|
||||
FieldType::Checklist => {},
|
||||
FieldType::UpdatedAt => {},
|
||||
FieldType::CreatedAt => {},
|
||||
FieldType::LastEditedTime => {},
|
||||
FieldType::CreatedTime => {},
|
||||
}
|
||||
} else {
|
||||
panic!(
|
||||
@ -177,8 +177,8 @@ async fn history_database_import_test() {
|
||||
}
|
||||
},
|
||||
FieldType::Checklist => {},
|
||||
FieldType::UpdatedAt => {},
|
||||
FieldType::CreatedAt => {},
|
||||
FieldType::LastEditedTime => {},
|
||||
FieldType::CreatedTime => {},
|
||||
}
|
||||
} else {
|
||||
panic!(
|
||||
|
Reference in New Issue
Block a user