Skip to content

Commit 3d41c11

Browse files
committed
Remove obsolete products from migration
1 parent 0382ddd commit 3d41c11

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

apps/common/migrations/0008_load_classified_product.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
# Generated by Django 4.2.2 on 2023-09-03 13:52
22
import ast
33
import datetime
4-
import json
54
import logging
65
import os
76
from collections import namedtuple
87

9-
from django.conf import settings
108
from django.db import migrations
119

1210
from common.utils import UnicodeDictReader, get_frozen_treebeard_model
@@ -231,7 +229,6 @@ def load_new_products(ClassifiedProduct):
231229
"P23130HB", "Groats, meal and pellets of oats, rolled oats", "Rolled oats", None, "", "", "", "", "", ""
232230
),
233231
Product("P23170HA", "Other vegetable flours and meals, yam flour", "Yam flour", None, "", "", "", "", "", ""),
234-
Product("R01412HA", "Soya beans, other, dry", "Soya beans (dry)", None, "", "", "", "", "", ""),
235232
Product(
236233
"R01219HA",
237234
"Other leafy or stem vegetables, dark green",
@@ -268,18 +265,6 @@ def load_new_products(ClassifiedProduct):
268265
"",
269266
"",
270267
),
271-
Product(
272-
"P24490HA",
273-
"Other non-alcoholic caloric beverages, soft drinks",
274-
"Soft drinks (commercial)",
275-
None,
276-
"",
277-
"",
278-
"",
279-
"",
280-
"",
281-
"",
282-
),
283268
Product(
284269
"P21111HA",
285270
"Meat of cattle, fresh or chilled, moderate fat",

0 commit comments

Comments
 (0)