diff options
Diffstat (limited to 'rust/src/database_schema.rs')
-rw-r--r-- | rust/src/database_schema.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rust/src/database_schema.rs b/rust/src/database_schema.rs index fcbd809c..3adbd63a 100644 --- a/rust/src/database_schema.rs +++ b/rust/src/database_schema.rs @@ -125,8 +125,9 @@ table! { id -> Int8, release_rev -> Int8, creator_ident_id -> Nullable<Uuid>, - stub -> Nullable<Text>, contrib_type -> Nullable<Text>, + index -> Nullable<Int8>, + stub -> Nullable<Text>, } } |