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
dfc25132
Commit
dfc25132
authored
5 years ago
by
Guillaume Heurtier
Browse files
Options
Downloads
Patches
Plain Diff
FEAT #12764 TIME 0:10 added owner column in list_templates
parent
09308d21
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
migration/19.12/1912.sql
+1
-0
1 addition, 0 deletions
migration/19.12/1912.sql
sql/structure.sql
+1
-0
1 addition, 0 deletions
sql/structure.sql
with
2 additions
and
0 deletions
migration/19.12/1912.sql
+
1
−
0
View file @
dfc25132
...
@@ -562,6 +562,7 @@ CREATE TABLE list_templates
...
@@ -562,6 +562,7 @@ CREATE TABLE list_templates
description
text
,
description
text
,
type
CHARACTER
VARYING
(
32
)
NOT
NULL
,
type
CHARACTER
VARYING
(
32
)
NOT
NULL
,
entity_id
INTEGER
,
entity_id
INTEGER
,
owner
INTEGER
DEFAULT
NULL
,
CONSTRAINT
list_templates_pkey
PRIMARY
KEY
(
id
)
CONSTRAINT
list_templates_pkey
PRIMARY
KEY
(
id
)
)
)
WITH
(
OIDS
=
FALSE
);
WITH
(
OIDS
=
FALSE
);
...
...
This diff is collapsed.
Click to expand it.
sql/structure.sql
+
1
−
0
View file @
dfc25132
...
@@ -1446,6 +1446,7 @@ CREATE TABLE list_templates
...
@@ -1446,6 +1446,7 @@ CREATE TABLE list_templates
description
text
,
description
text
,
type
CHARACTER
VARYING
(
32
)
NOT
NULL
,
type
CHARACTER
VARYING
(
32
)
NOT
NULL
,
entity_id
INTEGER
,
entity_id
INTEGER
,
owner
INTEGER
DEFAULT
NULL
,
CONSTRAINT
list_templates_pkey
PRIMARY
KEY
(
id
)
CONSTRAINT
list_templates_pkey
PRIMARY
KEY
(
id
)
)
)
WITH
(
OIDS
=
FALSE
);
WITH
(
OIDS
=
FALSE
);
...
...
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