Skip to content

Commit bc899e7

Browse files
Fixed the oauth_provider table schema
1 parent 8154ce4 commit bc899e7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

engine/schema/src/main/resources/META-INF/db/schema-41810to41900.sql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,5 @@ CREATE TABLE `cloud`.`oauth_provider` (
582582
`redirect_uri` varchar(255) NOT NULL COMMENT 'redirect uri which is configured in the provider',
583583
`created` datetime NOT NULL COMMENT 'date created',
584584
`removed` datetime COMMENT 'date removed if not null',
585-
PRIMARY KEY (`id`),
586-
UNIQUE KEY (`provider`, `client_id`)
585+
PRIMARY KEY (`id`)
587586
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

0 commit comments

Comments
 (0)