Skip to content

Commit

Permalink
chore: fix migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
dleard committed Nov 22, 2024
1 parent c630bfb commit 0f51e68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def init_product_emission_intensity_data(apps, schema_monitor):
class Migration(migrations.Migration):

dependencies = [
('registration', '0056_remove_naics_code'),
('registration', '0058_remove_naics_code'),
('reporting', '0032_naics_regulatory_value_with_data'),
]

Expand Down

0 comments on commit 0f51e68

Please sign in to comment.