fix: 迁移SQL
This commit is contained in:
parent
3ed9055c15
commit
8e79f42e2c
|
|
@ -7,4 +7,7 @@ alter table oauthApplication
|
||||||
alter table oauthProvider
|
alter table oauthProvider
|
||||||
modify type varchar(64) not null;
|
modify type varchar(64) not null;
|
||||||
|
|
||||||
|
alter table oauthUser
|
||||||
|
add loadState enum ('unload', 'loaded') null after stateId;
|
||||||
|
|
||||||
COMMIT;
|
COMMIT;
|
||||||
Loading…
Reference in New Issue