rename
This commit is contained in:
8
cookbook/migrations/0003_enable_pgtrm.py
Normal file
8
cookbook/migrations/0003_enable_pgtrm.py
Normal file
@ -0,0 +1,8 @@
|
||||
from django.contrib.postgres.operations import TrigramExtension
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
operations = [
|
||||
TrigramExtension(),
|
||||
]
|
Reference in New Issue
Block a user