Skip to content

Commit 30965ed

Browse files
Merge pull request #4805 from bcgov/4747-add-valid-to-and-valid-from-columns-to-regulatedproduct-table-revised
2 parents 9647e81 + e64abf2 commit 30965ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bc_obps/registration/migrations/0181_regulatedproduct_valid_dates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def populate_valid_dates(apps, schema_editor):
1010
valid_from=date(2023, 1, 1),
1111
valid_to=date(2099, 12, 31),
1212
)
13-
RegulatedProduct.objects.filter(name='Pulp and paper: chemical pulp').update(
13+
RegulatedProduct.objects.filter(name='Pulp and paper: lime recovered by kiln').update(
1414
valid_from=date(2025, 1, 1),
1515
)
1616

0 commit comments

Comments
 (0)