From 3d0ccdcfefdbf54bc2b8069cbc66b56d106c1d1d Mon Sep 17 00:00:00 2001 From: Nils <git@cyclenerd.de> Date: Sun, 9 Jun 2024 10:46:22 +0200 Subject: [PATCH] x4 --- instances/clean_up.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/instances/clean_up.sql b/instances/clean_up.sql index 8ad12c6f7..f1a7b028e 100644 --- a/instances/clean_up.sql +++ b/instances/clean_up.sql @@ -9,6 +9,8 @@ DELETE FROM machinetypes WHERE name LIKE 'ct5p-%'; DELETE FROM machinetypes WHERE name LIKE 'a3-megagpu-8g'; +DELETE FROM machinetypes WHERE name LIKE 'x4-%'; + /* * Delete not yet official 100% finished regions */