1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/9657] Remove empty update_data() method from p2 migration

PHPBB3-9657
This commit is contained in:
Joas Schilling
2013-03-07 13:15:55 +01:00
parent 74a9ecfd24
commit 60c0da8b54

View File

@@ -65,10 +65,4 @@ class phpbb_db_migration_data_310_softdelete_p2 extends phpbb_db_migration
),
);
}
public function update_data()
{
return array(
);
}
}