From dead11d96e44688199bb25a0adf1ef53a69aa47d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 20 Apr 2008 11:35:36 +0000 Subject: [PATCH] Added timestamp in llx_const --- mysql/tables/llx_const.sql | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mysql/tables/llx_const.sql b/mysql/tables/llx_const.sql index d8d703e01e1..2c0455a70fa 100644 --- a/mysql/tables/llx_const.sql +++ b/mysql/tables/llx_const.sql @@ -1,6 +1,7 @@ -- ============================================================================ -- Copyright (C) 2001-2002 Rodolphe Quiedeville --- Copyright (C) 2003 Jean-Louis Bergamo +-- Copyright (C) 2003 Jean-Louis Bergamo +-- Copyright (C) 2008 Laurent Destailleur -- -- 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 @@ -20,7 +21,7 @@ -- =========================================================================== -- --- Definitions des constantes utilisés comme parametres de configuration +-- Table for constants used to store Dolibarr setup -- create table llx_const @@ -31,6 +32,6 @@ create table llx_const type enum('yesno','texte','chaine'), visible tinyint DEFAULT 1 NOT NULL, note text, - tms timestamp + tms timestamp, UNIQUE INDEX(name) )type=innodb;