mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[feature/migrations] Depend on part2
PHPBB3-9737
This commit is contained in:
committed by
Nathan Guse
parent
ae8edf7b0e
commit
167faed163
@@ -11,7 +11,7 @@ class phpbb_db_migration_v305 extends phpbb_db_migration
|
||||
{
|
||||
function depends_on()
|
||||
{
|
||||
return array('phpbb_db_migration_v305rc1');
|
||||
return array('phpbb_db_migration_v305rc1part2');
|
||||
}
|
||||
|
||||
function update_schema()
|
||||
|
Reference in New Issue
Block a user