diff --git a/source/src/main/java/one/nem/lacerta/source/database/entity/VcsLogEntity.java b/source/src/main/java/one/nem/lacerta/source/database/entity/VcsLogEntity.java index de1ed13a..17628e8e 100644 --- a/source/src/main/java/one/nem/lacerta/source/database/entity/VcsLogEntity.java +++ b/source/src/main/java/one/nem/lacerta/source/database/entity/VcsLogEntity.java @@ -45,4 +45,10 @@ public class VcsLogEntity { */ @ColumnInfo(name = "action") public String action; + + /** + * Revに含まれてるかどうか + */ + @ColumnInfo(name = "is_included") + public boolean isIncluded; }