diff --git a/apps/cti/migrations/reset.sql b/apps/cti/migrations/reset.sql index 20598af..7e4e078 100644 --- a/apps/cti/migrations/reset.sql +++ b/apps/cti/migrations/reset.sql @@ -4,8 +4,11 @@ DROP TABLE IF EXISTS cti.cves; CREATE TABLE IF NOT EXISTS cti.cves ( id text PRIMARY KEY, state text NOT NULL, - date_published text NOT null, description text NOT NULL, + assigner_id text NOT NULL, + assigner_name text NOT NULL, + date_published text NOT null, + date_updated text NOT null, _created_at timestamp with time zone DEFAULT now() ); \ No newline at end of file