mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
2 lines
127 B
SQL
2 lines
127 B
SQL
alter table users add externalOptions TEXT NULL;
|
|
UPDATE configurations SET version = '5.8', modified = now() WHERE id = 1;
|