From 22c85fa299438b64e65c422b677c0c97fc2b5ef6 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 11 Jan 2019 11:58:16 -0800 Subject: minor SQL schema tweaks (column order and extra indexes) --- 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 b82e776f..3bc57d95 100644 --- a/rust/src/database_schema.rs +++ b/rust/src/database_schema.rs @@ -100,8 +100,8 @@ table! { created -> Timestamptz, submitted -> Nullable, is_accepted -> Bool, - extra_json -> Nullable, description -> Nullable, + extra_json -> Nullable, } } -- cgit v1.2.3