mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-04 21:58:54 -05:00
testing extensions
This commit is contained in:
8
cookbook/migrations/0001_enable_pgtrm.py
Normal file
8
cookbook/migrations/0001_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