From af6a570494e64f02821b71f444904ebd056b7d02 Mon Sep 17 00:00:00 2001 From: jopemachine Date: Tue, 18 Feb 2025 05:37:08 +0000 Subject: [PATCH] docs: Rename news fragment --- changes/3619.feature.md | 2 +- .../c002140f14d3_add_status_column_to_the_image_table.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changes/3619.feature.md b/changes/3619.feature.md index f4ffdb5bde8..0dafa4b56e8 100644 --- a/changes/3619.feature.md +++ b/changes/3619.feature.md @@ -1 +1 @@ -Add `status` Column to `Image` table. +Add `status` Column to the `Image` table, and `ImageRow` unique constraint. diff --git a/src/ai/backend/manager/models/alembic/versions/c002140f14d3_add_status_column_to_the_image_table.py b/src/ai/backend/manager/models/alembic/versions/c002140f14d3_add_status_column_to_the_image_table.py index 3b71ed05c2d..9ff7e136818 100644 --- a/src/ai/backend/manager/models/alembic/versions/c002140f14d3_add_status_column_to_the_image_table.py +++ b/src/ai/backend/manager/models/alembic/versions/c002140f14d3_add_status_column_to_the_image_table.py @@ -1,4 +1,4 @@ -"""Add `status` Column to the `Image` table, and ImageRow unique constraint +"""Add `status` Column to the `Image` table, and `ImageRow` unique constraint Revision ID: c002140f14d3 Revises: 8f85e9d0bd4e