From 3fce9b2ff8a0daa043357facbbd961a231bd3c02 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 16 May 2018 20:55:15 -0700 Subject: simplify SQL schema a bit --- rust/src/database_schema.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'rust/src') diff --git a/rust/src/database_schema.rs b/rust/src/database_schema.rs index 789ed1f3..f355107a 100644 --- a/rust/src/database_schema.rs +++ b/rust/src/database_schema.rs @@ -29,7 +29,6 @@ table! { container_rev (id) { id -> Int8, name -> Text, - parent_ident_id -> Nullable, publisher -> Nullable, issn -> Nullable, } @@ -159,8 +158,7 @@ table! { work_ident_id -> Uuid, container_ident_id -> Nullable, title -> Text, - license -> Nullable, - release_type -> Text, + release_type -> Nullable, date -> Nullable, doi -> Nullable, volume -> Nullable, -- cgit v1.2.3