From 8588b16469704968a3c053ae08f5b21a4e6a18a5 Mon Sep 17 00:00:00 2001 From: jhc <9316338+wangyitao309@user.noreply.gitee.com> Date: Tue, 16 May 2023 10:52:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AD=97=E6=AE=B5=20BundlePa?= =?UTF-8?q?yPrice=20->=20rollback?= 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 e7bfcc1..b42d856 100644 --- a/pkg/model/migration.go +++ b/pkg/model/migration.go @@ -35,6 +35,7 @@ func migration() { addColumn(&Approval{}, "value_json") addColumn(&BundlePayPrice{}, "status") addColumn(&BundlePayPrice{}, "artist_name") + addColumn(&BundlePayPrice{}, "rollback") addColumn(&ApprovalExhibition{}, "art_exhibition_detail") addColumn(&ApprovalExhibition{}, "artworks")