diff options
Diffstat (limited to 'rust/src/database_schema.rs')
-rw-r--r-- | rust/src/database_schema.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rust/src/database_schema.rs b/rust/src/database_schema.rs index ce4f5c49..b7dee298 100644 --- a/rust/src/database_schema.rs +++ b/rust/src/database_schema.rs @@ -380,7 +380,6 @@ table! { sha1 -> Text, sha256 -> Nullable<Text>, size_bytes -> Nullable<Int8>, - extra_json -> Nullable<Jsonb>, } } |