DWN-25861: Manually specifies the scope column name
parent
028972c359
commit
0ae12c2e5d
|
@ -242,6 +242,7 @@ public class OAuth2AccessTokenEntity implements OAuth2AccessToken {
|
||||||
joinColumns=@JoinColumn(name="owner_id"),
|
joinColumns=@JoinColumn(name="owner_id"),
|
||||||
name="token_scope"
|
name="token_scope"
|
||||||
)
|
)
|
||||||
|
@Column(name="scope")
|
||||||
public Set<String> getScope() {
|
public Set<String> getScope() {
|
||||||
return scope;
|
return scope;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue