From 6ece23cce5f90eed034ea34a1c751da64d812a87 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 24 May 2018 17:42:42 -0700 Subject: update codegen and hack-fix tests --- rust/src/database_models.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rust/src/database_models.rs') diff --git a/rust/src/database_models.rs b/rust/src/database_models.rs index d9305e9f..8e93d69e 100644 --- a/rust/src/database_models.rs +++ b/rust/src/database_models.rs @@ -106,7 +106,7 @@ entity_structs!( pub struct FileRevRow { pub id: i64, //extra_json: Option, - pub size: Option, + pub size: Option, pub sha1: Option, pub url: Option, } @@ -181,7 +181,7 @@ pub struct FileReleaseRow { #[table_name = "editgroup"] pub struct EditgroupRow { pub id: i64, - pub extra_json: Option, + //pub extra_json: Option, pub editor_id: i64, pub description: Option, } -- cgit v1.2.3