Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKevJoy committed Sep 18, 2023
1 parent b802f79 commit 68ea48c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,5 @@ if not exists (select 1 from information_schema.columns where table_name = 'cont

--adx_identity_locallogindisabled
if not exists (select 1 from information_schema.columns where table_name = 'contact' and column_name = 'adx_identity_locallogindisabled')
alter table contact add adx_identity_lastsuccessfullogin bit

alter table contact add adx_identity_locallogindisabled bit

0 comments on commit 68ea48c

Please sign in to comment.