aboutsummaryrefslogtreecommitdiff
path: root/src/db/schema.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/db/schema.rs')
-rw-r--r--src/db/schema.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/db/schema.rs b/src/db/schema.rs
index cf15dcd..d4ba0fa 100644
--- a/src/db/schema.rs
+++ b/src/db/schema.rs
@@ -3,6 +3,7 @@ table! {
id -> Int4,
data -> Bytea,
metadata_id -> Int4,
+ data_hash -> Bytea,
}
}
@@ -20,6 +21,7 @@ table! {
id -> Int4,
data -> Bytea,
metadata_id -> Int4,
+ data_hash -> Bytea,
}
}