From 26dd1a56727a97aad4b935728922fa2ee5191574 Mon Sep 17 00:00:00 2001 From: jhc <9316338+wangyitao309@user.noreply.gitee.com> Date: Tue, 23 May 2023 15:00:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20=E5=AD=97=E6=AE=B5=20rollb?= =?UTF-8?q?ack?= 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 5c3abe9..179f8dd 100644 --- a/pkg/model/migration.go +++ b/pkg/model/migration.go @@ -33,6 +33,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")