Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
inau
Manage
Activity
Members
Labels
Plan
Issues
5
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
cs
util
inau
Commits
0912a6ec
Commit
0912a6ec
authored
4 years ago
by
Lorenzo Pivetta
Browse files
Options
Downloads
Patches
Plain Diff
Remove name unique key from tabel builders
parent
07f8df88
No related branches found
No related tags found
1 merge request
!3
Remove name unique key from table builders
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
etc/inau.sql
+0
-1
0 additions, 1 deletion
etc/inau.sql
with
0 additions
and
1 deletion
etc/inau.sql
+
0
−
1
View file @
0912a6ec
...
@@ -79,7 +79,6 @@ CREATE TABLE `builders` (
...
@@ -79,7 +79,6 @@ CREATE TABLE `builders` (
`platform_id`
int
(
11
)
NOT
NULL
,
`platform_id`
int
(
11
)
NOT
NULL
,
`name`
varchar
(
255
)
NOT
NULL
,
`name`
varchar
(
255
)
NOT
NULL
,
PRIMARY
KEY
(
`id`
),
PRIMARY
KEY
(
`id`
),
UNIQUE
KEY
`name`
(
`name`
),
KEY
`platform_id`
(
`platform_id`
),
KEY
`platform_id`
(
`platform_id`
),
CONSTRAINT
`builders_ibfk_1`
FOREIGN
KEY
(
`platform_id`
)
REFERENCES
`platforms`
(
`id`
)
CONSTRAINT
`builders_ibfk_1`
FOREIGN
KEY
(
`platform_id`
)
REFERENCES
`platforms`
(
`id`
)
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
8
DEFAULT
CHARSET
=
latin1
;
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
8
DEFAULT
CHARSET
=
latin1
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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