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

Fix installation error

This commit is contained in:
DanielnetoDotCom 2020-08-13 14:08:42 -03:00
parent abb69599cf
commit 3c7f257109

View file

@ -23,7 +23,7 @@ CREATE TABLE IF NOT EXISTS `users` (
`backgroundURL` VARCHAR(255) NULL, `backgroundURL` VARCHAR(255) NULL,
`canStream` TINYINT(1) NULL, `canStream` TINYINT(1) NULL,
`canUpload` TINYINT(1) NULL, `canUpload` TINYINT(1) NULL,
`canCreateMeet` TINYINT(1) NULL ; `canCreateMeet` TINYINT(1) NULL,
`canViewChart` TINYINT(1) NOT NULL DEFAULT 0, `canViewChart` TINYINT(1) NOT NULL DEFAULT 0,
`about` TEXT NULL, `about` TEXT NULL,
`channelName` VARCHAR(45) NULL, `channelName` VARCHAR(45) NULL,