4 lines
84 B
MySQL
4 lines
84 B
MySQL
|
ALTER TABLE oauth_provider
|
||
|
ADD COLUMN use_pkce boolean DEFAULT FALSE NOT NULL;
|
||
|
|