Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesagnew committed Nov 1, 2024
1 parent 259391d commit eb56dbe
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,11 @@ protected void init780() {
.nullable()
.withType(ColumnTypeEnum.TINYINT)
.heavyweightSkipByDefault();
version.onTable("TRM_CONCEPT")
.modifyColumn("20241030.20", "INDEX_STATUS")
.nullable()
.withType(ColumnTypeEnum.TINYINT)
.heavyweightSkipByDefault();
}

protected void init740() {
Expand Down

0 comments on commit eb56dbe

Please sign in to comment.