Commit 9be9b7e0 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[DB] Schema, fix table does not exist yet.

parent 574c5e08
......@@ -135,7 +135,7 @@ CREATE UNIQUE INDEX ON public.nodes_ngrams USING btree (node_id,ngrams_id,ngrams
CREATE INDEX ON public.nodes_nodes USING btree (node1_id, node2_id, delete);
CREATE UNIQUE INDEX ON public.nodes_nodes USING btree (node1_id, node2_id);
CREATE INDEX ON public.nodes_nodes_ngrams USING btree (node1_id,nod2_id);
--CREATE INDEX ON public.nodes_nodes_ngrams USING btree (node1_id,nod2_id);
-- TRIGGERS
-- TODO user haskell-postgresql-simple to create this function
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment