mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
Fix installation error
This commit is contained in:
parent
abb69599cf
commit
3c7f257109
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue