mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
3 lines
145 B
SQL
3 lines
145 B
SQL
ALTER TABLE `users` ADD COLUMN `birth_date` DATE NULL DEFAULT NULL;
|
|
|
|
UPDATE configurations SET version = '14.2', modified = now() WHERE id = 1;
|