Reviewers: ,


Please review this at http://codereview.tryton.org/30006/

Affected files:
  M trytond/backend/mysql/init.sql


Index: trytond/backend/mysql/init.sql
===================================================================
--- a/trytond/backend/mysql/init.sql
+++ b/trytond/backend/mysql/init.sql
@@ -121,7 +121,7 @@
     act_to BIGINT,
     `condition` VARCHAR(255),
     trigger_expr_id VARCHAR(255),
-    signal VARCHAR(255),
+    `signal` VARCHAR(255),
     `group` BIGINT,
     PRIMARY KEY(id),
CONSTRAINT wkf_transition_act_from_fkey FOREIGN KEY (act_from) REFERENCES wkf_activity (id) ON DELETE CASCADE,


--
[email protected] mailing list

Reply via email to