Skip to content

Commit

Permalink
change feature_id to feature_set_id
Browse files Browse the repository at this point in the history
  • Loading branch information
smadarasmi authored and woop committed Nov 16, 2019
1 parent 0eebd72 commit fdd7291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/feast/core/model/JobInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public class JobInfo extends AbstractTimestampEntity {
@ManyToMany
@JoinTable(
joinColumns = {@JoinColumn(name = "job_id")},
inverseJoinColumns = {@JoinColumn(name = "feature_id")})
inverseJoinColumns = {@JoinColumn(name = "feature_set_id")})
private List<FeatureSet> featureSets;

// Job Metrics
Expand Down

0 comments on commit fdd7291

Please sign in to comment.