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
6837ff73
Commit
6837ff73
authored
10 years ago
by
Andrelec1
Browse files
Options
Downloads
Patches
Plain Diff
Fix missing comma
parent
19980ec7
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/tables/llx_societe.sql
+2
-1
2 additions, 1 deletion
htdocs/install/mysql/tables/llx_societe.sql
with
2 additions
and
1 deletion
htdocs/install/mysql/tables/llx_societe.sql
+
2
−
1
View file @
6837ff73
...
...
@@ -3,6 +3,7 @@
-- Copyright (C) 2004-2014 Laurent Destailleur <eldy@users.sourceforge.net>
-- Copyright (C) 2005-2010 Regis Houssin <regis.houssin@capnetworks.com>
-- Copyright (C) 2010 Juanjo Menent <dolibarr@2byte.es>
-- Copyright (C) 2014 Teddy Andreotti <125155@supinfo.com>
--
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
...
...
@@ -91,7 +92,7 @@ create table llx_societe
default_lang
varchar
(
6
),
-- default language
logo
varchar
(
255
),
canvas
varchar
(
32
),
-- type of canvas if used (null by default)
import_key
varchar
(
14
)
-- import key
import_key
varchar
(
14
)
,
-- import key
webservices_url
varchar
(
255
),
-- supplier webservice url
webservices_key
varchar
(
128
),
-- supplier webservice key
)
ENGINE
=
innodb
;
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