split oauth_tokens.claims column up; improved fonts; allow multiple sse connections per user; make navbar and use friendly
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
BEGIN;
|
||||
|
||||
|
||||
ALTER TABLE oauth_tokens
|
||||
DROP COLUMN id_token_custom_claims_name,
|
||||
DROP COLUMN id_token_custom_claims_picture,
|
||||
DROP COLUMN id_token_custom_claims_nickname,
|
||||
DROP COLUMN id_token_custom_claims_given_name,
|
||||
DROP COLUMN id_token_custom_claims_updated_at,
|
||||
DROP COLUMN id_token_custom_claims_family_name;
|
||||
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user