add deps
This commit is contained in:
parent
1bf5ab2425
commit
647f4c94cb
@ -3,6 +3,10 @@ from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
('cookbook', '0002_auto_20191119_2035'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
TrigramExtension(),
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user