Skip to content
Snippets Groups Projects
Commit ee2a1260 authored by Florian Azizian's avatar Florian Azizian
Browse files

FEAT #1514 add entity_path column

parent e0370f24
No related branches found
No related tags found
No related merge requests found
......@@ -795,6 +795,7 @@ CREATE TABLE entities
business_id character varying(32),
parent_entity_id character varying(32),
entity_type character varying(64),
entity_path character varying(2048),
CONSTRAINT entities_pkey PRIMARY KEY (entity_id)
)
WITH (OIDS=FALSE);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment