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
fbe8a181
Commit
fbe8a181
authored
9 years ago
by
Florian Henry
Browse files
Options
Downloads
Patches
Plain Diff
fix pgsql
parent
0ffc2a22
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.8.0-3.9.0.sql
+2
-1
2 additions, 1 deletion
htdocs/install/mysql/migration/3.8.0-3.9.0.sql
with
2 additions
and
1 deletion
htdocs/install/mysql/migration/3.8.0-3.9.0.sql
+
2
−
1
View file @
fbe8a181
...
...
@@ -77,7 +77,8 @@ ALTER TABLE llx_paiement ADD COLUMN ref varchar(30) NOT NULL DEFAULT '' AFTER ro
ALTER
TABLE
llx_socpeople
ADD
COLUMN
photo
varchar
(
255
)
AFTER
skype
;
ALTER
TABLE
llx_user_param
MODIFY
COLUMN
param
varchar
(
255
)
NOT
NULL
DEFAULT
''
;
UPDATE
llx_user_param
SET
param
=
'ToDelete'
WHERE
param
IS
NULL
;
ALTER
TABLE
llx_user_param
MODIFY
COLUMN
param
varchar
(
255
)
NOT
NULL
;
ALTER
TABLE
llx_user_param
MODIFY
COLUMN
value
text
NOT
NULL
;
ALTER
TABLE
llx_expedition
ADD
COLUMN
import_key
varchar
(
14
);
...
...
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