From 4698331512dcbfe80fdf67eae4287e6ea48e4152 Mon Sep 17 00:00:00 2001 From: jhc Date: Fri, 30 May 2025 21:38:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/model/migration.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/model/migration.go b/pkg/model/migration.go index 34db44c..cf901bf 100644 --- a/pkg/model/migration.go +++ b/pkg/model/migration.go @@ -22,6 +22,7 @@ func migration() { AddTable(&RealName{}) AddTable(&User{}) AddTable(&RefreshToken{}) + AddTable(&SubmitInfo{}) AddColumn(&User{}, "nickname") AddColumn(&User{}, "language")