chore: rename update at and create at (#2672)

This commit is contained in:
Nathan.fooo
2023-05-31 17:34:41 +08:00
committed by GitHub
parent 80f08d4bec
commit 09d61c79c9
31 changed files with 84 additions and 84 deletions

View File

@ -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!(