From 386928f9c5860afca72b4ae00c4d5e28efc50bef Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 15 May 2018 23:01:07 -0700 Subject: remove all extra_json for now --- rust/src/database_schema.rs | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'rust/src/database_schema.rs') diff --git a/rust/src/database_schema.rs b/rust/src/database_schema.rs index 1d6b46fc..789ed1f3 100644 --- a/rust/src/database_schema.rs +++ b/rust/src/database_schema.rs @@ -9,7 +9,6 @@ table! { table! { container_edit (id) { id -> Int8, - extra_json -> Nullable, ident_id -> Uuid, rev_id -> Nullable, redirect_id -> Nullable, @@ -39,7 +38,6 @@ table! { table! { creator_edit (id) { id -> Int8, - extra_json -> Nullable, ident_id -> Uuid, rev_id -> Nullable, redirect_id -> Nullable, @@ -59,7 +57,6 @@ table! { table! { creator_rev (id) { id -> Int8, - extra_json -> Nullable, name -> Text, orcid -> Nullable, } @@ -68,7 +65,6 @@ table! { table! { editgroup (id) { id -> Int8, - extra_json -> Nullable, editor_id -> Int8, description -> Nullable, } @@ -86,7 +82,6 @@ table! { table! { file_edit (id) { id -> Int8, - extra_json -> Nullable, ident_id -> Uuid, rev_id -> Nullable, redirect_id -> Nullable, @@ -113,7 +108,6 @@ table! { table! { file_rev (id) { id -> Int8, - extra_json -> Nullable, size -> Nullable, sha1 -> Nullable, url -> Nullable, @@ -133,7 +127,6 @@ table! { table! { release_edit (id) { id -> Int8, - extra_json -> Nullable, ident_id -> Uuid, rev_id -> Nullable, redirect_id -> Nullable, @@ -163,7 +156,6 @@ table! { table! { release_rev (id) { id -> Int8, - extra_json -> Nullable, work_ident_id -> Uuid, container_ident_id -> Nullable, title -> Text, @@ -180,7 +172,6 @@ table! { table! { work_edit (id) { id -> Int8, - extra_json -> Nullable, ident_id -> Uuid, rev_id -> Nullable, redirect_id -> Nullable, @@ -200,7 +191,6 @@ table! { table! { work_rev (id) { id -> Int8, - extra_json -> Nullable, work_type -> Nullable, primary_release_id -> Nullable, } -- cgit v1.2.3