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
45b30b32
Commit
45b30b32
authored
13 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Fix: pgsql compatibility
parent
209a134c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
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
+4
-1
4 additions, 1 deletion
htdocs/install/mysql/migration/3.0.0-3.1.0.sql
with
4 additions
and
1 deletion
htdocs/install/mysql/migration/3.0.0-3.1.0.sql
+
4
−
1
View file @
45b30b32
...
...
@@ -484,4 +484,7 @@ ALTER TABLE llx_don ADD phone varchar(24) after email;
ALTER
TABLE
llx_user
ADD
civilite
varchar
(
6
)
after
entity
;
ALTER
TABLE
llx_element_element
MODIFY
sourcetype
varchar
(
32
)
NOT
NULL
;
ALTER
TABLE
llx_element_element
MODIFY
targettype
varchar
(
32
)
NOT
NULL
;
\ No newline at end of file
ALTER
TABLE
llx_element_element
MODIFY
targettype
varchar
(
32
)
NOT
NULL
;
ALTER
TABLE
llx_societe_prices
MODIFY
tms
timestamp
NULL
;
-- ALTER TABLE llx_societe_prices ALTER COLUMN tms DROP NOT NULL;
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