1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
Oinktube/updatedb/updateDb.v9.3.sql
DanielnetoDotCom 9d3491dde2
2020-10-05 10:23:59 -03:00

6 lines
No EOL
209 B
SQL

-- Allow larger group names
ALTER TABLE `users_groups`
CHANGE COLUMN `group_name` `group_name` VARCHAR(255) NULL DEFAULT NULL;
UPDATE configurations SET version = '9.3', modified = now() WHERE id = 1;