Skip to content

Commit

Permalink
FIX #9992
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Nov 11, 2018
1 parent 35419fa commit f022be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/install/mysql/tables/llx_c_action_trigger.sql
Expand Up @@ -22,7 +22,7 @@
create table llx_c_action_trigger
(
rowid integer AUTO_INCREMENT PRIMARY KEY,
elementtype varchar(24) NOT NULL,
elementtype varchar(32) NOT NULL,
code varchar(32) NOT NULL,
label varchar(128) NOT NULL,
description varchar(255),
Expand Down

0 comments on commit f022be3

Please sign in to comment.