mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-01 20:04:51 +02:00
fixes #2245 upgrade script to version 15
This commit is contained in:
@@ -368,6 +368,10 @@ SELECT id
|
||||
{
|
||||
$current_release = '13.0.0';
|
||||
}
|
||||
else if (!in_array(174, $applied_upgrades))
|
||||
{
|
||||
$current_release = '14.0.0';
|
||||
}
|
||||
else
|
||||
{
|
||||
// confirm that the database is in the same version as source code files
|
||||
|
||||
Reference in New Issue
Block a user