mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-25 00:54:52 +00:00
renumber testapp migration
This commit is contained in:
parent
e146bf14be
commit
91f0e10f46
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ from django.db import models, migrations
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('tests', '0004_streammodel_richtext'),
|
||||
('tests', '0005_streampage'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
Loading…
Reference in a new issue