Commit 23209bc
committed
feat: clean up unused DB table service_provider
- This table was added for the UAA-as-SAML-IDP feature
(b93c87a)
- This feature has been removed:
#2638. Hence this table is now
unused.
- The "DROP TABLE IF EXISTS" syntax would not error out if the table
does not exist, compared to just "DROP TABLE".
- Also clean up docs and a test util that reference this table.
[#182118433]1 parent d962dd6 commit 23209bc
File tree
5 files changed
+3
-2
lines changed- server/src
- main/resources/org/cloudfoundry/identity/uaa/db
- hsqldb
- mysql
- postgresql
- test/java/org/cloudfoundry/identity/uaa/test
5 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
201 | 200 | | |
202 | 201 | | |
203 | 202 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | 62 | | |
64 | 63 | | |
65 | 64 | | |
| |||
0 commit comments