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)'); } /**