12 lines
321 B
Python
12 lines
321 B
Python
# Generated by Django 4.2.1 on 2023-10-19 12:07
|
|
|
|
from django.db import migrations
|
|
from django.contrib.postgres.operations import TrigramExtension
|
|
|
|
class Migration(migrations.Migration):
|
|
dependencies = [
|
|
("receipe", "0061_rename_receipestring_receipestring_name"),
|
|
]
|
|
|
|
operations = [TrigramExtension()]
|