mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11420] Rename migrations file to something more helpful
PHPBB3-11420
This commit is contained in:
parent
7743659563
commit
cb13747c4b
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue