Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
legi
soft
gestex
Commits
e368850f
Commit
e368850f
authored
Jul 09, 2021
by
Estéban Ristich
Browse files
Fix auto increment
parent
ea618c79
Changes
1
Hide whitespace changes
Inline
Side-by-side
db-upgrade-4-5.sql
View file @
e368850f
...
...
@@ -38,4 +38,4 @@ CREATE TABLE IF NOT EXISTS `intervention` (
PRIMARY
KEY
(
`id`
),
FOREIGN
KEY
(
`supplier_id`
)
REFERENCES
`fournisseurs`
(
`id`
),
FOREIGN
KEY
(
`equipment_id`
)
REFERENCES
`listing`
(
`id`
)
)
ENGINE
=
MyISAM
AUTO_INCREMENT
=
700
CHARSET
=
utf8
;
)
ENGINE
=
MyISAM
AUTO_INCREMENT
=
1
CHARSET
=
utf8
;
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment