Skip to content

Commit

Permalink
APPEALS-17504 updated vacols tables sql to add new columns to issues …
Browse files Browse the repository at this point in the history
…table
  • Loading branch information
kristeja committed Apr 20, 2023
1 parent 3bd8416 commit 8c069b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion local/vacols/vacols_copy_2_tables_dev.sql
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,9 @@
"ISSDESC" VARCHAR2(100),
"ISSSEL" VARCHAR2(1),
"ISSGR" VARCHAR2(1),
"ISSDEV" VARCHAR2(2))
"ISSDEV" VARCHAR2(2),
"ISSMST" VARCHAR2(1),
"ISSPACT" VARCHAR2(1))
TABLESPACE "VACOLS_ISSUES" ;


Expand Down
4 changes: 3 additions & 1 deletion local/vacols/vacols_copy_2_tables_test.sql
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,9 @@
"ISSDESC" VARCHAR2(100),
"ISSSEL" VARCHAR2(1),
"ISSGR" VARCHAR2(1),
"ISSDEV" VARCHAR2(2))
"ISSDEV" VARCHAR2(2),
"ISSMST" VARCHAR2(1),
"ISSPACT" VARCHAR2(1))
TABLESPACE "VACOLS_ISSUES" ;


Expand Down

0 comments on commit 8c069b5

Please sign in to comment.