fix: IDP login button styles (#869)

* fix: styling type on idp

* fix: google styling

* fix: google styling

* fix: google styling

* fix: remove logo src from angular

* fix: pr requests

* fix drop column migration

* fix: drop column migration

* fix: grant id
This commit is contained in:
Fabi
2020-10-19 17:10:02 +02:00
committed by GitHub
parent bb9747923c
commit 4eb380a825
43 changed files with 19230 additions and 10514 deletions

View File

@@ -0,0 +1,12 @@
ALTER TABLE management.idp_configs DROP COLUMN logo_src;
ALTER TABLE adminapi.idp_configs DROP COLUMN logo_src;
ALTER TABLE auth.idp_configs DROP COLUMN logo_src;
ALTER TABLE management.idp_configs ADD COLUMN styling_type SMALLINT;
ALTER TABLE adminapi.idp_configs ADD COLUMN styling_type SMALLINT;
ALTER TABLE auth.idp_configs ADD COLUMN styling_type SMALLINT;
ALTER TABLE management.idp_providers ADD COLUMN styling_type SMALLINT;
ALTER TABLE adminapi.idp_providers ADD COLUMN styling_type SMALLINT;
ALTER TABLE auth.idp_providers ADD COLUMN styling_type SMALLINT;