diff options
author | Nathaniel Guse <nathaniel.guse@gmail.com> | 2013-02-23 15:10:21 -0600 |
---|---|---|
committer | Nathaniel Guse <nathaniel.guse@gmail.com> | 2013-02-23 15:10:21 -0600 |
commit | 4bf64b5e38efd194b6ab41fcc5d62ee0cc6fad5a (patch) | |
tree | d31356b887905e6b0ff1b1b1dca9c3203ae50a41 /phpBB/includes/db | |
parent | c31935abda37b1d8f4f7ebbce33012a95e7b4b69 (diff) | |
download | forums-4bf64b5e38efd194b6ab41fcc5d62ee0cc6fad5a.tar forums-4bf64b5e38efd194b6ab41fcc5d62ee0cc6fad5a.tar.gz forums-4bf64b5e38efd194b6ab41fcc5d62ee0cc6fad5a.tar.bz2 forums-4bf64b5e38efd194b6ab41fcc5d62ee0cc6fad5a.tar.xz forums-4bf64b5e38efd194b6ab41fcc5d62ee0cc6fad5a.zip |
[feature/migrations] Fully revert the removal of the user_msnm field
PHBB3-9737
Diffstat (limited to 'phpBB/includes/db')
-rw-r--r-- | phpBB/includes/db/migration/data/310/dev.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/db/migration/data/310/dev.php b/phpBB/includes/db/migration/data/310/dev.php index 34f081bf62..13b36bbf30 100644 --- a/phpBB/includes/db/migration/data/310/dev.php +++ b/phpBB/includes/db/migration/data/310/dev.php @@ -21,7 +21,6 @@ class phpbb_db_migration_data_310_dev extends phpbb_db_migration 'phpbb_db_migration_data_310_style_update_p2', 'phpbb_db_migration_data_310_timezone_p2', 'phpbb_db_migration_data_310_reported_posts_display', - 'phpbb_db_migration_data_310_remove_msnm', ); } |