Skip to content

Commit

Permalink
Add field to define picto to use for status
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed May 12, 2015
1 parent 83e4fe5 commit a94121a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions htdocs/install/mysql/migration/3.7.0-3.8.0.sql
Expand Up @@ -609,4 +609,6 @@ ALTER TABLE llx_actioncomm ADD COLUMN email_to varchar(256);
ALTER TABLE llx_actioncomm ADD COLUMN errors_to varchar(256);
ALTER TABLE llx_actioncomm ADD COLUMN recurid varchar(128);

ALTER TABLE llx_stcomm ADD COLUMN picto varchar(128);


3 changes: 2 additions & 1 deletion htdocs/install/mysql/tables/llx_c_stcomm.sql
@@ -1,6 +1,6 @@
-- ========================================================================
-- Copyright (C) 2001-2002,2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
-- Copyright (C) 2004 Laurent Destailleur <eldy@users.sourceforge.net>
-- Copyright (C) 2004-2015 Laurent Destailleur <eldy@users.sourceforge.net>
--
-- 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
Expand All @@ -22,6 +22,7 @@ create table llx_c_stcomm
id integer PRIMARY KEY,
code varchar(12) NOT NULL,
libelle varchar(30),
picto varchar(128),
active tinyint default 1 NOT NULL
)ENGINE=innodb;

0 comments on commit a94121a

Please sign in to comment.