diff --git a/bootstrap.php b/bootstrap.php index baf94b5..0705a7d 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -25,7 +25,6 @@ const ENV_VERSION='1'; //Config init { if (!getenv('SERVER_ADDRESS')) { - EnvUpgrade::mysqlToDbPrefix(); $envFile = $options['env']; if (empty($envFile)) { diff --git a/server.php b/server.php index cc69d49..9c0d297 100644 --- a/server.php +++ b/server.php @@ -68,8 +68,6 @@ Example: require_once __DIR__ . '/bootstrap.php'; -SessionsMigration::move(); -SwooleToAmpMigration::check(); StartUpFixes::fix(); $mainProcessPid = getmypid(); diff --git a/src/Migrations/EnvUpgrade.php b/src/Migrations/EnvUpgrade.php deleted file mode 100644 index 7c6d4fb..0000000 --- a/src/Migrations/EnvUpgrade.php +++ /dev/null @@ -1,20 +0,0 @@ -