mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-06 22:45:02 +02:00
[ticket/11420] Rename migrations file to something more helpful
PHPBB3-11420
This commit is contained in:
parent
7743659563
commit
cb13747c4b
@ -7,11 +7,11 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class phpbb_db_migration_data_310_notifications3 extends phpbb_db_migration
|
class phpbb_db_migration_data_310_notification_options_reconvert extends phpbb_db_migration
|
||||||
{
|
{
|
||||||
static public function depends_on()
|
static public function depends_on()
|
||||||
{
|
{
|
||||||
return array('phpbb_db_migration_data_310_notifications2');
|
return array('phpbb_db_migration_data_310_notifications_schema_fix');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function update_data()
|
public function update_data()
|
Loading…
x
Reference in New Issue
Block a user