Skip to content

Commit

Permalink
Wrong type #13196 (#13406)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgambarios authored Jan 16, 2018
1 parent 31ab85e commit 9b462c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotCMS/src/main/resources/oracle.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2226,7 +2226,7 @@ create table workflow_action(
icon varchar2(255) default 'defaultWfIcon',
show_on varchar2(255) default 'LOCKED,UNLOCKED',
use_role_hierarchy_assign number(1,0) default 0,
scheme_id VARCHAR(36) NOT NULL
scheme_id varchar2(36) NOT NULL
);

CREATE TABLE workflow_action_step ( action_id varchar2(36) NOT NULL, step_id varchar2(36) NOT NULL, action_order number(10,0) default 0, CONSTRAINT pk_workflow_action_step PRIMARY KEY (action_id, step_id) );
Expand Down

0 comments on commit 9b462c2

Please sign in to comment.