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

3 lines
142 B
SQL

ALTER TABLE `configurations` ADD COLUMN `description` TEXT NULL;
UPDATE configurations SET version = '14.0', modified = now() WHERE id = 1;