Skip to content

Commit

Permalink
MAT-7060 add active flag to library model
Browse files Browse the repository at this point in the history
  • Loading branch information
adongare committed Aug 1, 2024
1 parent cc68b3b commit 7a3a98b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>gov.cms.madie</groupId>
<artifactId>madie-java-models</artifactId>
<version>0.6.50-SNAPSHOT</version>
<version>0.6.51-SNAPSHOT</version>
<name>madie-java-models</name>
<description>Java based models for MADiE microservices</description>
<properties>
Expand Down
1 change: 1 addition & 0 deletions src/main/java/gov/cms/madie/models/library/CqlLibrary.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ public class CqlLibrary {
private Version version;

private boolean draft;
private boolean active = true;
private boolean cqlErrors;
private String cql;
private String elmJson;
Expand Down

0 comments on commit 7a3a98b

Please sign in to comment.