From d034741ba454953f059d46db10f6c403fc535b11 Mon Sep 17 00:00:00 2001 From: qcqcqc <1220204124@zust.edu.cn> Date: Tue, 28 Oct 2025 11:29:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=BF=81=E7=A7=BBSQL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- upgrade/5.11.1/01.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/upgrade/5.11.1/01.sql b/upgrade/5.11.1/01.sql index 7767ad406..22b74844e 100644 --- a/upgrade/5.11.1/01.sql +++ b/upgrade/5.11.1/01.sql @@ -6,5 +6,8 @@ alter table oauthApplication alter table oauthProvider modify type varchar(64) not null; + +alter table oauthUser + add loadState enum ('unload', 'loaded') null after stateId; COMMIT; \ No newline at end of file