Fix squashed migration
This commit is contained in:
parent
22945f72bf
commit
bf7b02d5b5
2 changed files with 2 additions and 5 deletions
|
@ -6,11 +6,6 @@ from django.db import migrations, models
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
replaces = [
|
||||
("hostingpackages", "0007_add_disk_usage_table"),
|
||||
("hostingpackages", "0008_add_default_for_used_kb_change_uniqueness"),
|
||||
]
|
||||
|
||||
dependencies = [
|
||||
("hostingpackages", "0006_auto_20150125_1510"),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue