From 8e3038e55282088825a1243a34f2d9f7d25e5533 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 10 May 2019 11:50:05 -0700 Subject: impl withdrawn_status --- rust/src/database_schema.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/src/database_schema.rs') diff --git a/rust/src/database_schema.rs b/rust/src/database_schema.rs index b7dee298..ae6a5464 100644 --- a/rust/src/database_schema.rs +++ b/rust/src/database_schema.rs @@ -319,7 +319,7 @@ table! { number -> Nullable, version -> Nullable, subtitle -> Nullable, - withdrawn_state -> Nullable, + withdrawn_status -> Nullable, withdrawn_date -> Nullable, withdrawn_year -> Nullable, mag_id -> Nullable, -- cgit v1.2.3