Skip to content

Commit

Permalink
identity column reverted back to sequence for now
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Dec 4, 2017
1 parent 512585c commit aeba294
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -181,7 +181,7 @@ public String getNodeIdentifier() {
}

@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
@GeneratedValue
public long getId() {
return id;
}
Expand Down

0 comments on commit aeba294

Please sign in to comment.