1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
Oinktube/updatedb/updateDb.v14.2.sql
2024-01-08 14:34:32 -03:00

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;