Skip to content

Commit

Permalink
remove sylius from migration
Browse files Browse the repository at this point in the history
  • Loading branch information
JonPurvis committed Jan 30, 2024
1 parent 9cbcebb commit a75934e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)');
}

/**
Expand Down

0 comments on commit a75934e

Please sign in to comment.