release_date timestamp without time zone,
version integer,
censored boolean,
+ deprecated boolean DEFAULT false,
source character varying(50),
quality_id integer,
quality character varying(50),
(
update_id bigserial NOT NULL,
fid integer NOT NULL,
+ aid integer NOT NULL DEFAULT 0,
+ epno integer NOT NULL DEFAULT 0,
+ epmin integer NOT NULL DEFAULT 0,
+ eptype episode_type_enum NOT NULL DEFAULT '',
set_my_watched boolean NOT NULL DEFAULT false,
my_watched timestamp without time zone,
set_my_state boolean NOT NULL DEFAULT false,
my_source text,
set_my_other boolean NOT NULL DEFAULT false,
my_other text,
+ set_vote boolean NOT NULL DEFAULT false,
+ vote numeric(4,2) NOT NULL DEFAULT 0,
added timestamp without time zone DEFAULT now(),
started timestamp without time zone,
finished timestamp without time zone,