mirror of
https://github.com/avecms/AVE.cms.git
synced 2026-09-10 02:01:52 +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;
|