Skip to content

Commit

Permalink
Enable postgresql unaccent extension
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorjerse committed May 16, 2024
1 parent 51de19a commit 46732ec
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions resolwe/flow/migrations/0025_add_unaccent_extension.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Generated by Django 4.2.9 on 2024-02-13 07:00

from django.db import migrations
from django.contrib.postgres.operations import UnaccentExtension


class Migration(migrations.Migration):

dependencies = [
("flow", "0024_update_sql_entity_methods"),
]

operations = [UnaccentExtension()]

0 comments on commit 46732ec

Please sign in to comment.