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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
fba3d801
Commit
fba3d801
authored
15 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Fix: Remove error in migration
parent
d61fe706
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
htdocs/install/mysql/migration/2.6.0-2.7.0.sql
+1
-0
1 addition, 0 deletions
htdocs/install/mysql/migration/2.6.0-2.7.0.sql
with
1 addition
and
0 deletions
htdocs/install/mysql/migration/2.6.0-2.7.0.sql
+
1
−
0
View file @
fba3d801
...
...
@@ -203,6 +203,7 @@ ALTER TABLE llx_adherent_type ADD UNIQUE INDEX uk_adherent_type_libelle (libelle
ALTER
TABLE
llx_adherent_options_label
ADD
UNIQUE
INDEX
uk_adherent_options_label_name
(
name
,
entity
);
ALTER
TABLE
llx_projet
ADD
INDEX
idx_projet_fk_soc
(
fk_soc
);
-- V4.1 update llx_projet set fk_soc=null where fk_soc is not null and fk_soc not in (select rowid from llx_societe);
ALTER
TABLE
llx_projet
ADD
CONSTRAINT
fk_projet_fk_soc
FOREIGN
KEY
(
fk_soc
)
REFERENCES
llx_societe
(
rowid
);
...
...
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