Add search
This commit is contained in:
parent
d8b00d91e8
commit
4b4c5f827d
5 changed files with 85 additions and 1 deletions
16
nummi/main/migrations/0008_auto_20221221_1657.py
Normal file
16
nummi/main/migrations/0008_auto_20221221_1657.py
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Generated by Django 4.1.4 on 2022-12-21 15:57
|
||||
|
||||
from django.contrib.postgres.operations import TrigramExtension, UnaccentExtension
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("main", "0007_snapshot_file_alter_invoice_file_alter_snapshot_date"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
TrigramExtension(),
|
||||
UnaccentExtension(),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue