[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@13.59.69.58: ~ $
<?php declare(strict_types = 1);

namespace MailPoet\Migrations\Db;

if (!defined('ABSPATH')) exit;


use MailPoet\Migrator\DbMigration;

class DbMigrationTemplate extends DbMigration {
  public function run(): void {
    /*
     * TODO: Implement the migration logic here and remove this comment.
     *
     * DB Level Migrations are intended for DB structure changes and low level data migrations.
     * If you need more complex logic/services use App Level migrations.
     *
     * You can use:
     *   $this->connection      For SQL queries using Doctrine DBAL.
     *   global $wpdb           For SQL queries using WordPress $wpdb.
     */
  }
}

Filemanager

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