diff options
| author | Matt Friedman <maf675@gmail.com> | 2013-03-17 17:01:38 -0700 |
|---|---|---|
| committer | Matt Friedman <maf675@gmail.com> | 2013-03-17 17:01:38 -0700 |
| commit | ac26be98c69094173c90acc49d208f751b93b7df (patch) | |
| tree | d82d32223bc953c8b990103b4ee75b003d003ae4 /phpBB/includes | |
| parent | 56914e72b7ec2e4063e0d510f2d61a56c37f80d0 (diff) | |
| download | forums-ac26be98c69094173c90acc49d208f751b93b7df.tar forums-ac26be98c69094173c90acc49d208f751b93b7df.tar.gz forums-ac26be98c69094173c90acc49d208f751b93b7df.tar.bz2 forums-ac26be98c69094173c90acc49d208f751b93b7df.tar.xz forums-ac26be98c69094173c90acc49d208f751b93b7df.zip | |
[ticket/10155] Use more descriptive title for migration file
PHPBB3-10155
Diffstat (limited to 'phpBB/includes')
| -rw-r--r-- | phpBB/includes/db/migration/data/310/jquery_update.php (renamed from phpBB/includes/db/migration/data/310/dev_p2.php) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/db/migration/data/310/dev_p2.php b/phpBB/includes/db/migration/data/310/jquery_update.php index f5ec6eeb01..ac6cf2666a 100644 --- a/phpBB/includes/db/migration/data/310/dev_p2.php +++ b/phpBB/includes/db/migration/data/310/jquery_update.php @@ -7,7 +7,7 @@ * */ -class phpbb_db_migration_data_310_dev_p2 extends phpbb_db_migration +class phpbb_db_migration_data_310_jquery_update extends phpbb_db_migration { public function effectively_installed() { |
