Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit e4e7609

Browse files
authored
Update tables.sql
1 parent 77983e1 commit e4e7609

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config-templates/tables.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ CREATE TABLE identityProvidersMap(
3333
PRIMARY KEY (entityId)
3434
);
3535

36-
DROP TABLE serviceProvidersMap;
36+
DROP TABLE serviceProvidersMap IF EXISTS;
3737
CREATE TABLE serviceProvidersMap(
3838
identifier VARCHAR(255) NOT NULL,
3939
name VARCHAR(255) NOT NULL,
4040
PRIMARY KEY (identifier)
41-
);
41+
);

0 commit comments

Comments
 (0)