mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 03:09:58 +03:00
fixes #1744 upgrade script from 12 to 13
This commit is contained in:
parent
e83e9325d9
commit
240a8e1195
3 changed files with 116 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue