DWN-25861: Manually specifies the scope column name

pull/1601/head
Carling Knight 2018-11-28 16:20:16 +00:00
parent 028972c359
commit 0ae12c2e5d
1 changed files with 1 additions and 0 deletions

View File

@ -242,6 +242,7 @@ public class OAuth2AccessTokenEntity implements OAuth2AccessToken {
joinColumns=@JoinColumn(name="owner_id"),
name="token_scope"
)
@Column(name="scope")
public Set<String> getScope() {
return scope;
}