data: remove wcs dependency in migration (#74107) #38

Merged
lguerin merged 1 commits from wip/74107-fix-migration-dependency into main 2023-02-02 19:57:05 +01:00
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ class Migration(migrations.Migration):
dependencies = [
('data', '0062_page_uuid'),
('wcs', '0053_new_card_cell'),
]
operations = [