Renamed and fixed up a migration that caused multiple leaf nodes.
- Legacy-Id: 16840
This commit is contained in:
parent
678f8a5787
commit
cc8263a91c
|
@ -25,7 +25,7 @@ def backward(apps, schema_editor):
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('meeting', '0018_document_primary_key_cleanup'),
|
||||
('meeting', '0019_slidesubmission_time'),
|
||||
]
|
||||
|
||||
operations = [
|
Loading…
Reference in a new issue