From a75934e71d1f24c85fddd34b1d58de9e8b098d5a Mon Sep 17 00:00:00 2001 From: JonPurvis Date: Tue, 30 Jan 2024 20:09:45 +0000 Subject: [PATCH] remove sylius from migration --- ...7_29_154546_remove_prototype_elephpants_from_collections.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/migrations/2023_07_29_154546_remove_prototype_elephpants_from_collections.php b/database/migrations/2023_07_29_154546_remove_prototype_elephpants_from_collections.php index 82582ec..172945d 100644 --- a/database/migrations/2023_07_29_154546_remove_prototype_elephpants_from_collections.php +++ b/database/migrations/2023_07_29_154546_remove_prototype_elephpants_from_collections.php @@ -13,7 +13,7 @@ class RemovePrototypeElephpantsFromCollections extends Migration */ public function up() { - DB::statement('DELETE FROM elephpant_user WHERE elephpant_id IN (52,53,55,62)'); + DB::statement('DELETE FROM elephpant_user WHERE elephpant_id IN (52,53,62)'); } /**