Skip to content

Commit

Permalink
simulations, fix rootTaskRef oid was not stored to DB column
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Mar 28, 2023
1 parent ef87bc0 commit be25e96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public QSimulationResult(String variable, String schema, String table) {
public final DateTimePath<Instant> endTimestamp = createInstant("endTimestamp", END_TIMESTAMP);

public final UuidPath rootTaskRefTargetOid =
createUuid("rootTaskTargetOid", ROOT_TASK_REF_TARGET_OID);
createUuid("rootTaskRefTargetOid", ROOT_TASK_REF_TARGET_OID);
public final EnumPath<MObjectType> rootTaskRefTargetType =
createEnum("rootTaskRefTargetType", MObjectType.class, ROOT_TASK_REF_TARGET_TYPE);
public final NumberPath<Integer> rootTaskRefRelationId =
Expand Down

0 comments on commit be25e96

Please sign in to comment.