review fixes

This commit is contained in:
mpostma 2021-02-04 15:28:52 +01:00
parent f18e795124
commit ed44e684cc
No known key found for this signature in database
GPG key ID: CBC8A7C1D7A28C3A
2 changed files with 11 additions and 17 deletions

View file

@ -25,7 +25,7 @@ pub struct IndexMetadata {
uuid: Uuid,
created_at: DateTime<Utc>,
updated_at: DateTime<Utc>,
pub primary_key: Option<String>,
primary_key: Option<String>,
}
#[derive(Debug, Clone, Serialize, Deserialize)]