fix: 迁移SQL

This commit is contained in:
Pan Qiancheng 2025-10-28 11:29:19 +08:00
parent 3ed9055c15
commit 8e79f42e2c
1 changed files with 3 additions and 0 deletions

View File

@ -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;