1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 10:49:36 +02:00
Oinktube/updatedb/updateDb.v9.4.sql
DanielnetoDotCom d504190b7f Version 9.4
Getting ready for the meet
2020-08-12 22:16:17 -03:00

6 lines
No EOL
175 B
SQL

-- Add Meet Support
ALTER TABLE `users`
ADD COLUMN `canCreateMeet` TINYINT(1) NULL DEFAULT NULL ;
UPDATE configurations SET version = '9.4', modified = now() WHERE id = 1;