Synchronize db/structure.sql with migrations (missed in #3006)
This commit is contained in:
@@ -2838,8 +2838,6 @@ CREATE TABLE saved_searches (
|
|||||||
id integer NOT NULL,
|
id integer NOT NULL,
|
||||||
user_id integer,
|
user_id integer,
|
||||||
query text,
|
query text,
|
||||||
name text,
|
|
||||||
category character varying,
|
|
||||||
created_at timestamp without time zone,
|
created_at timestamp without time zone,
|
||||||
updated_at timestamp without time zone,
|
updated_at timestamp without time zone,
|
||||||
labels text[] DEFAULT '{}'::text[] NOT NULL
|
labels text[] DEFAULT '{}'::text[] NOT NULL
|
||||||
|
|||||||
Reference in New Issue
Block a user