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
ea618c79
Commit
ea618c79
authored
Jul 09, 2021
by
Estéban Ristich
Browse files
Fix error during intervention table renaming (no exist)
parent
9ba1f463
Changes
1
Hide whitespace changes
Inline
Side-by-side
db-upgrade-4-5.sql
View file @
ea618c79
...
...
@@ -28,7 +28,7 @@ UPDATE `version` SET `version` = 5 WHERE `soft` = 'database';
-- ADD TABLE
--
RENAME
TABLE
`intervention`
TO
`old_intervention`
;
--
RENAME TABLE `intervention` TO `old_intervention`;
CREATE
TABLE
IF
NOT
EXISTS
`intervention`
(
`id`
INT
(
11
)
NOT
NULL
AUTO_INCREMENT
,
`supplier_id`
INT
(
11
)
NOT
NULL
,
...
...
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