Synchronize db/structure.sql with migrations (missed in #3006)

This commit is contained in:
Type-kun
2017-06-11 19:17:51 +05:00
parent 30fc9c93c3
commit 6947f39136

View File

@@ -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