Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
legi
soft
gestex
Commits
37c13417
Commit
37c13417
authored
Jul 15, 2021
by
Estéban Ristich
Browse files
Fix Issue
#62
Delete equipment_id reference to recipe table
parent
42b3ba8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
db-upgrade-4-5.sql
View file @
37c13417
...
...
@@ -48,6 +48,5 @@ CREATE TABLE IF NOT EXISTS `recipe` (
`description`
VARCHAR
(
150
)
NOT
NULL
,
`intervention_id`
INT
(
11
)
NOT
NULL
,
PRIMARY
KEY
(
`id`
),
FOREIGN
KEY
(
`intervention_id`
)
REFERENCES
`intervention`
(
`id`
),
FOREIGN
KEY
(
`equipment_id`
)
REFERENCES
`listing`
(
`id`
)
FOREIGN
KEY
(
`intervention_id`
)
REFERENCES
`intervention`
(
`id`
)
)
ENGINE
=
MyISAM
AUTO_INCREMENT
=
1
CHARSET
=
utf8
;
\ No newline at end of file
Write
Preview
Markdown
is supported
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