User/rework
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
use Phinx\Migration\AbstractMigration;
|
||||
|
||||
final class WorkerAddActive extends AbstractMigration {
|
||||
final class WokerAddActive extends AbstractMigration {
|
||||
public function up(): void {
|
||||
if ($this->getEnvironment() == "thetool") {
|
||||
$workerTable = $this->table("Worker");
|
||||
|
||||
Reference in New Issue
Block a user