Skip to content

Commit dd0d4af

Browse files
committed
Keep models in sync with RFC
1 parent 53d86c5 commit dd0d4af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

xtable-api/src/main/java/org/apache/xtable/model/catalog/policy/InternalUser.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,7 @@ public class InternalUser {
3737

3838
/** The list of roles assigned to this user. */
3939
List<InternalRole> roles;
40+
41+
/** Contains information about how and when this user was created and last modified. */
42+
InternalChangeLogInfo changeLogInfo;
4043
}

0 commit comments

Comments
 (0)