Skip to content

Commit

Permalink
fixup: Doc comment for obj_indices model file.
Browse files Browse the repository at this point in the history
  • Loading branch information
amnn committed May 9, 2024
1 parent 561c004 commit 90c206d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/sui-indexer/src/models/obj_indices.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ use crate::schema::objects_version;
use super::objects::StoredDeletedObject;
use super::objects::StoredObject;

/// Model types related to tables that support efficient execution of queries on the `objects`,
/// `objects_history` and `objects_snapshot` tables.

#[derive(Queryable, Insertable, Debug, Identifiable, Clone, QueryableByName)]
#[diesel(table_name = objects_version, primary_key(object_id, object_version))]
pub struct StoredObjectVersion {
Expand Down

0 comments on commit 90c206d

Please sign in to comment.