Cloud sync: triggers

This commit is contained in:
M66B
2023-01-16 09:59:21 +01:00
parent 4ca9f3222e
commit f91c317f95
6 changed files with 3073 additions and 4 deletions

View File

@@ -84,7 +84,7 @@ public class EntityAccount extends EntityOrder implements Serializable {
@NonNull
public Integer port;
@NonNull
public Integer auth_type; // immutable
public Integer auth_type;
public String provider;
@NonNull
public String user;