Revert "feat(variants): implement restoration of previously suspended variants with usable dates"
This reverts commit 3a4f6b64d2.
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
<?php
|
||||
|
||||
use App\Domains\Catalog\Services\VariantReplacementService;
|
||||
use Illuminate\Database\Migrations\Migration;
|
||||
|
||||
return new class extends Migration
|
||||
{
|
||||
public function up(): void
|
||||
{
|
||||
app(VariantReplacementService::class)->restorePreviouslySuspendedVariants();
|
||||
}
|
||||
|
||||
public function down(): void
|
||||
{
|
||||
// Historical variants and their purchases must remain intact.
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user