mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[feature/migrations] Depend on part2
PHPBB3-9737
This commit is contained in:
parent
ae8edf7b0e
commit
167faed163
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ class phpbb_db_migration_v305 extends phpbb_db_migration
|
||||||
{
|
{
|
||||||
function depends_on()
|
function depends_on()
|
||||||
{
|
{
|
||||||
return array('phpbb_db_migration_v305rc1');
|
return array('phpbb_db_migration_v305rc1part2');
|
||||||
}
|
}
|
||||||
|
|
||||||
function update_schema()
|
function update_schema()
|
||||||
|
|
Loading…
Add table
Reference in a new issue