Skip to content
Snippets Groups Projects
Commit 8aec9386 authored by heikkkk's avatar heikkkk
Browse files

fix: typo

parent b3ef8b1a
No related branches found
No related tags found
1 merge request!90Fix/accounts can belong to many users
Pipeline #284706 passed
......@@ -68,7 +68,7 @@ public class User implements UserDetails{
@Column(name = "checking_account_bban")
private Long checkingAccountBBAN;
@Column(name = "saving_account_bban")
@Column(name = "savings_account_bban")
private Long savingsAccountBBAN;
@NonNull
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment