Merge branch 'dev-merge' into dev
[gargantext.git] / devops / postgres / schema.sql
index 01e8736d2419eb030dd2c328fb54a07905bc77c6..e88ede55a3e769d35ffc398ef98fe2adc1a2d32e 100644 (file)
@@ -164,6 +164,7 @@ CREATE TABLE public.context_node_ngrams (
     ngrams_id     INTEGER NOT NULL REFERENCES public.ngrams   (id) ON DELETE CASCADE,
     ngrams_type   INTEGER  ,
     weight double precision,
+    doc_count     INTEGER DEFAULT 0,
     PRIMARY KEY (context_id, node_id, ngrams_id, ngrams_type)
   );
 ALTER TABLE public.context_node_ngrams OWNER TO gargantua;