2
0
forked from Wavyzz/dolibarr

New: unified action and event with trigger name

Fix: remove entity and active fields
Fix: reorder records
This commit is contained in:
Regis Houssin
2011-06-05 09:08:11 +00:00
parent ea51f8df00
commit 1c3115a8d9
7 changed files with 60 additions and 65 deletions

View File

@@ -21,12 +21,10 @@
create table llx_c_action_trigger
(
rowid integer AUTO_INCREMENT PRIMARY KEY,
entity integer DEFAULT 1 NOT NULL,
code varchar(32) NOT NULL,
label varchar(128) NOT NULL,
description varchar(255),
elementtype varchar(16) NOT NULL,
active tinyint DEFAULT 1 NOT NULL,
rang integer DEFAULT 0
)ENGINE=innodb;