feat: add keycloak account creation and club groupe set
This commit is contained in:
@@ -21,6 +21,8 @@ public class ClubModel {
|
||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||
Long id;
|
||||
|
||||
String clubId;
|
||||
|
||||
String name;
|
||||
|
||||
String country;
|
||||
|
||||
@@ -25,6 +25,8 @@ public class MembreModel {
|
||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||
Long id;
|
||||
|
||||
String userId;
|
||||
|
||||
String lname;
|
||||
String fname;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user