This is an automated email from the ASF dual-hosted git repository.

LinkinStars pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/answer.git

commit f346bcc8fa629b9eb27f594d81cfb49e765d7ac5
Author: hgaol <[email protected]>
AuthorDate: Mon Mar 2 19:26:16 2026 +0800

    update init tables
---
 internal/migrations/init_data.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/internal/migrations/init_data.go b/internal/migrations/init_data.go
index 5af41bbf..e65c9f11 100644
--- a/internal/migrations/init_data.go
+++ b/internal/migrations/init_data.go
@@ -79,6 +79,7 @@ var (
                &entity.APIKey{},
                &entity.AIConversation{},
                &entity.AIConversationRecord{},
+               &entity.Embedding{},
        }
 
        roles = []*entity.Role{

Reply via email to