mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/10247] Add empty data section to database update for RC4
PHPBB3-10247
This commit is contained in:
parent
cf4b639be5
commit
984fd07319
1 changed files with 4 additions and 0 deletions
|
@ -1983,6 +1983,10 @@ function change_database_data(&$no_updates, $version)
|
||||||
// No changes from 3.0.9-RC2 to 3.0.9-RC3
|
// No changes from 3.0.9-RC2 to 3.0.9-RC3
|
||||||
case '3.0.9-RC2':
|
case '3.0.9-RC2':
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
// No changes from 3.0.9-RC3 to 3.0.9-RC4
|
||||||
|
case '3.0.9-RC3':
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue