Skip to content

Commit

Permalink
Fix #599
Browse files Browse the repository at this point in the history
  • Loading branch information
failys committed Jan 3, 2021
1 parent 52a3872 commit fb9f757
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cairis/sql/procs.sql
Original file line number Diff line number Diff line change
Expand Up @@ -13485,7 +13485,7 @@ begin
declare stepDesc varchar(2000);
declare ucExcName varchar(200);
declare excDim varchar(20);
declare ucExcRelValue varchar(50);
declare ucExcRelValue longtext;
declare ucExcCategory varchar(50);
declare ucExcDesc varchar(2000);
declare ucCount int default 0;
Expand Down Expand Up @@ -28680,7 +28680,7 @@ begin
declare stepDesc varchar(2000);
declare ucExcName varchar(200);
declare excDim varchar(20);
declare ucExcRelValue varchar(50);
declare ucExcRelValue longtext;
declare ucExcCategory varchar(50);
declare ucExcDesc varchar(2000);
declare ucCount int default 0;
Expand Down

0 comments on commit fb9f757

Please sign in to comment.