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