mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
Add a description for the site. it will improve metatags
This commit is contained in:
parent
0ef5a7159e
commit
8eee1d4965
2 changed files with 4 additions and 0 deletions
|
@ -330,6 +330,7 @@ CREATE TABLE IF NOT EXISTS `configurations` (
|
||||||
`smtpPassword` VARCHAR(255) NULL,
|
`smtpPassword` VARCHAR(255) NULL,
|
||||||
`smtpPort` INT NULL,
|
`smtpPort` INT NULL,
|
||||||
`encoderURL` VARCHAR(255) NULL,
|
`encoderURL` VARCHAR(255) NULL,
|
||||||
|
`description` TEXT NULL,
|
||||||
PRIMARY KEY (`id`),
|
PRIMARY KEY (`id`),
|
||||||
INDEX `fk_configurations_users1_idx` (`users_id` ASC),
|
INDEX `fk_configurations_users1_idx` (`users_id` ASC),
|
||||||
CONSTRAINT `fk_configurations_users1`
|
CONSTRAINT `fk_configurations_users1`
|
||||||
|
|
3
updatedb/updateDb.v14.0.sql
Normal file
3
updatedb/updateDb.v14.0.sql
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
ALTER TABLE `configurations` ADD COLUMN `description` TEXT NULL;
|
||||||
|
|
||||||
|
UPDATE configurations SET version = '14.0', modified = now() WHERE id = 1;
|
Loading…
Add table
Add a link
Reference in a new issue