| @@ -8,8 +8,9 @@ | ||
| 8 | 8 | use FluentCommunity\Database\Migrations\FeedSpaceMigrator; |
| 9 | 9 | use FluentCommunity\Database\Migrations\FeedSpaceUserMigrator; |
| 10 | 10 | use FluentCommunity\Database\Migrations\MediaArchiveMigrator; |
| 11 | 11 | use FluentCommunity\Database\Migrations\MetaMigrator; |
| 12 | +use FluentCommunity\Database\Migrations\NotificationPrefMigrator; | |
| 12 | 13 | use FluentCommunity\Database\Migrations\NotificationsMigrator; |
| 13 | 14 | use FluentCommunity\Database\Migrations\NotificationUserMigrator; |
| 14 | 15 | use FluentCommunity\Database\Migrations\TermFeedMigrator; |
| 15 | 16 | use FluentCommunity\Database\Migrations\TermMigrator; |
| @@ -45,8 +46,9 @@ | ||
| 45 | 46 | FeedSpaceUserMigrator::migrate(); |
| 46 | 47 | MetaMigrator::migrate(); |
| 47 | 48 | NotificationsMigrator::migrate(); |
| 48 | 49 | NotificationUserMigrator::migrate(); |
| 50 | + NotificationPrefMigrator::migrate(); | |
| 49 | 51 | UserActivitiesMigrator::migrate(); |
| 50 | 52 | TermMigrator::migrate(); |
| 51 | 53 | TermFeedMigrator::migrate(); |
| 52 | 54 | MediaArchiveMigrator::migrate(); |