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
9df5d440
Commit
9df5d440
authored
13 years ago
by
Regis Houssin
Browse files
Options
Downloads
Patches
Plain Diff
Fix: sql query error
parent
6bf31882
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
htdocs/install/mysql/migration/3.0.0-3.1.0.sql
+1
-1
1 addition, 1 deletion
htdocs/install/mysql/migration/3.0.0-3.1.0.sql
with
1 addition
and
1 deletion
htdocs/install/mysql/migration/3.0.0-3.1.0.sql
+
1
−
1
View file @
9df5d440
...
...
@@ -478,7 +478,7 @@ ALTER TABLE llx_c_type_contact ADD COLUMN module varchar(32) NULL;
ALTER
TABLE
llx_c_type_fees
ADD
COLUMN
module
varchar
(
32
)
NULL
;
ALTER
TABLE
llx_c_typent
ADD
COLUMN
module
varchar
(
32
)
NULL
;
ALTER
TABLE
llx_user
ADD
ref_ext
varchar
(
30
)
AFTER
entity
ALTER
TABLE
llx_user
ADD
ref_ext
varchar
(
30
)
AFTER
entity
;
ALTER
TABLE
llx_user
ADD
civilite
varchar
(
6
)
AFTER
pass_temp
;
ALTER
TABLE
llx_user
ADD
signature
text
DEFAULT
NULL
AFTER
email
;
...
...
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