mirror of
https://github.com/avecms/AVE.cms.git
synced 2026-08-01 08:45:44 +00:00
5 lines
114 B
SQL
5 lines
114 B
SQL
UPDATE `{{public_user_prefix}}_users`
|
|
SET `last_visit` = 0
|
|
WHERE `last_visit` > 0
|
|
AND `last_visit` < 946684800;
|