<?php declare(strict_types = 1); namespace MailPoet\Migrations\App; if (!defined('ABSPATH')) exit; use MailPoet\Migrator\AppMigration; class AppMigrationTemplate extends AppMigration { public function run(): void { /* * TODO: Implement the migration logic here and remove this comment. * * App Level migration are intended for data migrations that use application level services. * The application level services require the DB structure to be up to date so they run after all DB migrations. * * Do not make changes in the DB structure in App Level migrations! * * You can use: * $this->entityManager For operations using Doctrine Entity Manager. * $this->container For accessing any needed service. */ } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
AppMigration.php | File | 539 B | 0644 |
|
AppMigrationTemplate.php | File | 787 B | 0644 |
|
Cli.php | File | 4.47 KB | 0644 |
|
DbMigration.php | File | 3.04 KB | 0644 |
|
DbMigrationTemplate.php | File | 655 B | 0644 |
|
Logger.php | File | 541 B | 0644 |
|
Migrator.php | File | 3.03 KB | 0644 |
|
MigratorException.php | File | 1.67 KB | 0644 |
|
Repository.php | File | 3.23 KB | 0644 |
|
Runner.php | File | 1.79 KB | 0644 |
|
Store.php | File | 2.28 KB | 0644 |
|
index.php | File | 6 B | 0644 |
|