mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
Simplify "last-activity" handling
This commit is contained in:
parent
1d8c9276f3
commit
e5a531d3b5
5 changed files with 12 additions and 15 deletions
|
@ -2693,7 +2693,7 @@ CREATE VIEW `owner-view` AS SELECT
|
|||
`user`.`language` AS `language`,
|
||||
`user`.`register_date` AS `register_date`,
|
||||
`user`.`login_date` AS `login_date`,
|
||||
IF (`user`.`last-activity` IS NULL, DATE(`user`.`login_date`), `user`.`last-activity`) AS `last-activity`,
|
||||
`user`.`last-activity` AS `last-activity`,
|
||||
`user`.`default-location` AS `default-location`,
|
||||
`user`.`allow_location` AS `allow_location`,
|
||||
`user`.`theme` AS `theme`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue