Изменение DAO
This commit is contained in:
parent
75aaf2ce8a
commit
a00e554f5d
1 changed files with 0 additions and 1 deletions
|
@ -80,7 +80,6 @@ class UserDAO(BaseDAO):
|
|||
chats_with_descriptions.c.visibility,
|
||||
Users.id,
|
||||
Users.avatar_image,
|
||||
Users.avatar_hex,
|
||||
)
|
||||
.select_from(chats_with_descriptions)
|
||||
.join(Users, Users.id == chats_with_descriptions.c.user_id)
|
||||
|
|
Loading…
Add table
Reference in a new issue