Skip to content

Commit 8388c60

Browse files
committed
Also add column to history schema
1 parent f77fff5 commit 8388c60

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
alter table if exists oidcconfiguration
22
add column client_secret_expiry date;
3+
4+
alter table history.oidcconfiguration_revisions
5+
add column client_secret_expiry date;

0 commit comments

Comments
 (0)