Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
d19a8929
Commit
d19a8929
authored
8 years ago
by
Laurent Destailleur
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #6875 from atm-ph/fix_develop_ref_column_inventory
Fix missing column ref on migration for inventory
parents
4474fc80
9bc60b8a
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
htdocs/install/mysql/migration/5.0.0-6.0.0.sql
+1
-0
1 addition, 0 deletions
htdocs/install/mysql/migration/5.0.0-6.0.0.sql
with
1 addition
and
0 deletions
htdocs/install/mysql/migration/5.0.0-6.0.0.sql
+
1
−
0
View file @
d19a8929
...
...
@@ -348,3 +348,4 @@ ALTER TABLE llx_facture ADD COLUMN fk_fac_rec_source integer;
DELETE
from
llx_c_actioncomm
where
code
in
(
'AC_PROP'
,
'AC_COM'
,
'AC_FAC'
,
'AC_SHIP'
,
'AC_SUP_ORD'
,
'AC_SUP_INV'
)
AND
id
NOT
IN
(
SELECT
DISTINCT
fk_action
FROM
llx_actioncomm
);
ALTER
TABLE
llx_inventory
ADD
COLUMN
ref
varchar
(
48
);
\ No newline at end of file
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