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
af92eb37
Commit
af92eb37
authored
10 years ago
by
aspangaro
Browse files
Options
Downloads
Patches
Plain Diff
Problem of merging
parent
f774ff48
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/3.6.0-3.7.0.sql
+0
-5
0 additions, 5 deletions
htdocs/install/mysql/migration/3.6.0-3.7.0.sql
with
0 additions
and
5 deletions
htdocs/install/mysql/migration/3.6.0-3.7.0.sql
+
0
−
5
View file @
af92eb37
...
...
@@ -972,7 +972,6 @@ CREATE TABLE llx_holiday_types (
deleteAt
DATETIME
,
nbCongesDeducted
varchar
(
255
)
NOT
NULL
,
nbCongesEveryMonth
varchar
(
255
)
NOT
NULL
<<<<<<<
HEAD
);
-- Change on table c_civilite
...
...
@@ -983,17 +982,13 @@ ALTER TABLE llx_c_civility ADD UNIQUE INDEX uk_c_civility(code);
ALTER
TABLE
llx_adherent
CHANGE
civilite
civility
VARCHAR
(
6
);
ALTER
TABLE
llx_socpeople
CHANGE
civilite
civility
VARCHAR
(
6
);
ALTER
TABLE
llx_user
CHANGE
civilite
civility
VARCHAR
(
6
);
=======
)
ENGINE
=
innodb
;
ALTER
TABLE
llx_c_type_fees
CHANGE
libelle
label
VARCHAR
(
30
);
ALTER
TABLE
llx_c_type_fees
ADD
COLUMN
accountancy_code
varchar
(
32
)
DEFAULT
NULL
AFTER
label
;
ALTER
TABLE
llx_actioncomm
ADD
INDEX
idx_actioncomm_fk_element
(
fk_element
);
ALTER
TABLE
llx_projet_task_time
ADD
INDEX
idx_projet_task_time_task
(
fk_task
);
ALTER
TABLE
llx_projet_task_time
ADD
INDEX
idx_projet_task_time_date
(
task_date
);
ALTER
TABLE
llx_projet_task_time
ADD
INDEX
idx_projet_task_time_datehour
(
task_datehour
);
>>>>>>>
refs
/
remotes
/
Upstream
/
develop
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