Skip to content

Commit 46e7893

Browse files
committed
[spalenque] - #13550 * remove deprecated migration
1 parent 438a1f8 commit 46e7893

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

migrations/migrations.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,4 @@ migrations:
9999
- AddOnDeleteCascadeForEventsAndPresentationMaterials
100100
- AddSummitCalendarSyncErrorEmailMigration
101101
- RefactorDefaultEventTypesMigration
102-
- PopulateComponentCategoriesMigration
103102
- PopulateSubCategoriesAndTagsMigration

software/code/migrations/PopulateComponentCategoriesMigration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ function doUp()
5050
$new_category->write();
5151
}
5252

53-
/*$SQL = <<<SQL
53+
$SQL = <<<SQL
5454
ALTER TABLE OpenStackComponent DROP COLUMN `Use`
5555
SQL;
56-
DB::query($SQL);*/
56+
DB::query($SQL);
5757
}
5858

5959
function doDown()

0 commit comments

Comments
 (0)