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
ef091070
Commit
ef091070
authored
17 years ago
by
Regis Houssin
Browse files
Options
Downloads
Patches
Plain Diff
Fix: taille du champs
parent
8c92f0a4
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
mysql/migration/2.1.0-2.2.0.sql
+1
-1
1 addition, 1 deletion
mysql/migration/2.1.0-2.2.0.sql
mysql/tables/llx_c_ecotaxe.sql
+1
-1
1 addition, 1 deletion
mysql/tables/llx_c_ecotaxe.sql
with
2 additions
and
2 deletions
mysql/migration/2.1.0-2.2.0.sql
+
1
−
1
View file @
ef091070
...
...
@@ -761,7 +761,7 @@ create table llx_c_ecotaxe
code
varchar
(
64
)
UNIQUE
NOT
NULL
,
libelle
varchar
(
255
),
price
double
(
16
,
8
),
organization
varchar
(
25
6
),
organization
varchar
(
25
5
),
fk_pays
integer
NOT
NULL
,
active
tinyint
DEFAULT
1
NOT
NULL
)
type
=
innodb
;
...
...
This diff is collapsed.
Click to expand it.
mysql/tables/llx_c_ecotaxe.sql
+
1
−
1
View file @
ef091070
...
...
@@ -24,7 +24,7 @@ create table llx_c_ecotaxe
(
rowid
integer
AUTO_INCREMENT
PRIMARY
KEY
,
code
varchar
(
64
)
UNIQUE
NOT
NULL
,
-- Code servant à la traduction et à la référence interne
libelle
varchar
(
25
6
),
-- Description
libelle
varchar
(
25
5
),
-- Description
price
double
(
16
,
8
),
-- Montant HT
organization
varchar
(
255
),
-- Organisme gérant le barème tarifaire
fk_pays
integer
NOT
NULL
,
-- Pays correspondant
...
...
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