1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
Oinktube/updatedb/updateDb.v12.8.sql
2023-07-20 10:41:06 -03:00

3 lines
No EOL
179 B
SQL

ALTER TABLE `configurations`
CHANGE COLUMN `language` `language` VARCHAR(25) NOT NULL DEFAULT 'en_US';
UPDATE configurations SET version = '12.8', modified = now() WHERE id = 1;