File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -316,21 +316,6 @@ class SessionData {
316316 }
317317}
318318
319- /// Derived data for [User] for fast lookup.
320- @db .Kind (name: 'UserInfo' , idType: db.IdType .String )
321- class UserInfo extends db.ExpandoModel <String > {
322- String get userId => id! ;
323-
324- @db .StringListProperty ()
325- List <String > packages = < String > [];
326-
327- @db .StringListProperty ()
328- List <String > publishers = < String > [];
329-
330- @db .DateTimeProperty ()
331- DateTime ? updated;
332- }
333-
334319/// An active consent request sent to a recipient.
335320/// Users are identified by their e-mail address, and not by their userId.
336321@db .Kind (name: 'Consent' , idType: db.IdType .String )
Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ Future<String> executeDeleteAllStaging(List<String> args) async {
4747
4848 final entities = < Query , int > {
4949 dbService.query <AuditLogRecord >(): 500 ,
50- dbService.query <UserInfo >(): 500 ,
5150 dbService.query <OAuthUserID >(): 500 ,
5251 dbService.query <UserSession >(): 500 ,
5352 dbService.query <User >(): 500 ,
You can’t perform that action at this time.
0 commit comments