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
7ce2a01e
Commit
7ce2a01e
authored
13 years ago
by
Regis Houssin
Browse files
Options
Downloads
Patches
Plain Diff
Fix: uniformize fields name with standard extrafields
parent
02bebbe2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
htdocs/install/mysql/migration/3.0.0-3.1.0.sql
+3
-1
3 additions, 1 deletion
htdocs/install/mysql/migration/3.0.0-3.1.0.sql
htdocs/install/mysql/tables/llx_advanced_extrafields.sql
+2
-2
2 additions, 2 deletions
htdocs/install/mysql/tables/llx_advanced_extrafields.sql
with
5 additions
and
3 deletions
htdocs/install/mysql/migration/3.0.0-3.1.0.sql
+
3
−
1
View file @
7ce2a01e
--
-- $Id: 3.0.0-3.1.0.sql,v 1.8
6
2011/08/08 16:
07:33
hregis Exp $
-- $Id: 3.0.0-3.1.0.sql,v 1.8
7
2011/08/08 16:
13:28
hregis Exp $
--
-- Be carefull to requests order.
-- This file must be loaded by calling /install/index.php page
...
...
@@ -486,3 +486,5 @@ ALTER TABLE llx_user ADD civilite varchar(6) after entity;
ALTER
TABLE
llx_advanced_extrafields_options
DROP
COLUMN
tms
;
ALTER
TABLE
llx_advanced_extrafields_options
CHANGE
COLUMN
rang
pos
integer
;
ALTER
TABLE
llx_advanced_extrafields
CHANGE
COLUMN
rang
pos
integer
;
ALTER
TABLE
llx_advanced_extrafields
CHANGE
COLUMN
format
type
varchar
(
8
)
NOT
NULL
;
ALTER
TABLE
llx_advanced_extrafields
CHANGE
COLUMN
fieldsize
size
integer
;
This diff is collapsed.
Click to expand it.
htdocs/install/mysql/tables/llx_advanced_extrafields.sql
+
2
−
2
View file @
7ce2a01e
...
...
@@ -14,7 +14,7 @@
-- You should have received a copy of the GNU General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.
--
-- $Id: llx_advanced_extrafields.sql,v 1.
3
2011/08/08 16:
07:33
hregis Exp $
-- $Id: llx_advanced_extrafields.sql,v 1.
4
2011/08/08 16:
13:29
hregis Exp $
-- ===================================================================
create
table
llx_advanced_extrafields
...
...
@@ -27,7 +27,7 @@ create table llx_advanced_extrafields
name
varchar
(
64
)
NOT
NULL
,
-- code name of field
label
varchar
(
64
)
NOT
NULL
,
type
varchar
(
8
)
NOT
NULL
,
-- date, string, integer, float
field
size
integer
,
size
integer
,
maxlength
integer
,
options
varchar
(
255
),
...
...
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