Skip to content

Commit 6162b35

Browse files
author
rcsoyer
committed
refactoring - remove not null constraint. When the user is not found in the application, there will be no user_id because the user doesn't exists in the platform
1 parent 64870f7 commit 6162b35

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/resources/db/changelog/user-authentication-event.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ databaseChangeLog:
2828
constraints:
2929
foreignKeyName: fk_user_auth_event_id
3030
references: application_user(id)
31-
nullable: false
3231
- column:
3332
name: date_created
3433
type: datetime(6)

0 commit comments

Comments
 (0)