2
0
forked from Wavyzz/dolibarr

Fix: uniformize fields name with standard extrafields

This commit is contained in:
Regis Houssin
2011-08-08 16:13:28 +00:00
parent f09038fd08
commit f291233aa5
2 changed files with 5 additions and 3 deletions

View File

@@ -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
fieldsize integer,
size integer,
maxlength integer,
options varchar(255),