From 6947f391368c30f69a7b011c6090218f0ae6d296 Mon Sep 17 00:00:00 2001 From: Type-kun Date: Sun, 11 Jun 2017 19:17:51 +0500 Subject: [PATCH] Synchronize db/structure.sql with migrations (missed in #3006) --- db/structure.sql | 2 -- 1 file changed, 2 deletions(-) diff --git a/db/structure.sql b/db/structure.sql index 546ed9767..e195bb8b0 100644 --- a/db/structure.sql +++ b/db/structure.sql @@ -2838,8 +2838,6 @@ CREATE TABLE saved_searches ( id integer NOT NULL, user_id integer, query text, - name text, - category character varying, created_at timestamp without time zone, updated_at timestamp without time zone, labels text[] DEFAULT '{}'::text[] NOT NULL