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

add list_event_data in structure.sql

parent c892ea25
No related branches found
No related tags found
No related merge requests found
......@@ -355,6 +355,7 @@ CREATE TABLE groupbasket
basket_id character varying(32) NOT NULL,
list_display json DEFAULT '[]',
list_event character varying(255),
list_event_data jsonb,
CONSTRAINT groupbasket_pkey PRIMARY KEY (group_id, basket_id),
CONSTRAINT groupbasket_unique_key UNIQUE (id)
)
......
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