mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
fixes #1744 upgrade script from 12 to 13
This commit is contained in:
@@ -352,6 +352,10 @@ SELECT id
|
||||
{
|
||||
$current_release = '11.0.0';
|
||||
}
|
||||
else if (!in_array(164, $applied_upgrades))
|
||||
{
|
||||
$current_release = '12.0.0';
|
||||
}
|
||||
else
|
||||
{
|
||||
// confirm that the database is in the same version as source code files
|
||||
|
||||
Reference in New Issue
Block a user