From bcbc8a218750f1f80bcba71123f84c59d6daa14f Mon Sep 17 00:00:00 2001 From: Andrey Dolgolev Date: Thu, 5 May 2022 12:13:16 +0300 Subject: [PATCH] fix name. --- db/moonstreamdb/models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db/moonstreamdb/models.py b/db/moonstreamdb/models.py index 3a824aff..06a42608 100644 --- a/db/moonstreamdb/models.py +++ b/db/moonstreamdb/models.py @@ -239,8 +239,8 @@ class PolygonLabel(Base): # type: ignore # Undescribed indexes """ Migration: alembic\versions\5f5b8f19570f_added_index_for_address_type_and_name_.py - - Index: "polygon_labels_address_type_and_name_idx" created manually. + + Index: "ix_polygon_labels_address_label_label_data_type_and_name" created manually. By fields: (address, label, (label_data->>'type'), (label_data->>'name')) Reason: https://github.com/sqlalchemy/alembic/issues/469#issuecomment-441887478 """