Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MaarchCourrier
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maarch
MaarchCourrier
Commits
008c4291
Commit
008c4291
authored
5 years ago
by
Guillaume Heurtier
Browse files
Options
Downloads
Patches
Plain Diff
FEAT #13537 TIME 0:10 fix list_event default in structure.sql
parent
826bf376
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sql/structure.sql
+1
-1
1 addition, 1 deletion
sql/structure.sql
with
1 addition
and
1 deletion
sql/structure.sql
+
1
−
1
View file @
008c4291
...
@@ -352,7 +352,7 @@ CREATE TABLE groupbasket
...
@@ -352,7 +352,7 @@ CREATE TABLE groupbasket
group_id
character
varying
(
32
)
NOT
NULL
,
group_id
character
varying
(
32
)
NOT
NULL
,
basket_id
character
varying
(
32
)
NOT
NULL
,
basket_id
character
varying
(
32
)
NOT
NULL
,
list_display
json
DEFAULT
'[]'
,
list_display
json
DEFAULT
'[]'
,
list_event
character
varying
(
255
),
list_event
character
varying
(
255
)
DEFAULT
'documentDetails'
NOT
NULL
,
list_event_data
jsonb
,
list_event_data
jsonb
,
CONSTRAINT
groupbasket_pkey
PRIMARY
KEY
(
group_id
,
basket_id
),
CONSTRAINT
groupbasket_pkey
PRIMARY
KEY
(
group_id
,
basket_id
),
CONSTRAINT
groupbasket_unique_key
UNIQUE
(
id
)
CONSTRAINT
groupbasket_unique_key
UNIQUE
(
id
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment