mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
Update installation version to 15.0 and add SQL update for configurations
This commit is contained in:
parent
8f4b0cc2d4
commit
b6eca0b625
2 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,7 @@ if (file_exists("../videos/configuration.php")) {
|
|||
}
|
||||
|
||||
|
||||
$installationVersion = "14.6";
|
||||
$installationVersion = "15.0";
|
||||
|
||||
require_once '../objects/functionsSecurity.php';
|
||||
|
||||
|
|
2
updatedb/updateDb.v15.0.sql
Normal file
2
updatedb/updateDb.v15.0.sql
Normal file
|
@ -0,0 +1,2 @@
|
|||
-- Security: Update checkpoint
|
||||
UPDATE configurations SET version = '15.0', modified = now() WHERE id = 1;
|
Loading…
Add table
Add a link
Reference in a new issue