Skip to content

Commit

Permalink
Added new fields to eIACUCProtocol for Base Protocol and Renewal Number
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesgaohsu committed Jul 26, 2024
1 parent c6ae7ee commit 94ec757
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Add three fields to Onprc_EHR to processing with ehr.protoocol
-- 2024/07/26 Add three fields to Onprc_EHR to processing with ehr.protoocol
ALTER TABLE onprc_ehr.eIACUC_PRIME_VIEW_PROTOCOLS ADD BaseProtocol varchar(75);
ALTER TABLE onprc_ehr.eIACUC_PRIME_VIEW_PROTOCOLS ADD RenewalNumber varchar(75);
ALTER TABLE onprc_ehr.eIACUC_PRIME_VIEW_PROTOCOLS ADD LatestRenewal Bit;
2 changes: 1 addition & 1 deletion onprc_ehr/src/org/labkey/onprc_ehr/ONPRC_EHRModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public String getName()
@Override
public @Nullable Double getSchemaVersion()
{
return 24.001;
return 24.002;
}

@Override
Expand Down

0 comments on commit 94ec757

Please sign in to comment.