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 */