mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
2 lines
106 B
SQL
2 lines
106 B
SQL
-- Security: Update checkpoint
|
|
UPDATE configurations SET version = '15.0', modified = now() WHERE id = 1;
|