Skip to content

Commit

Permalink
Fix event id type
Browse files Browse the repository at this point in the history
  • Loading branch information
jveski committed Jan 2, 2024
1 parent 8c4dc49 commit aac04a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/eventing/sink.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

const migration = `
CREATE TABLE IF NOT EXISTS profile_events (
id integer primary key,
id serial primary key,
time timestamp not null,
email text not null,
reason text not null,
Expand Down

0 comments on commit aac04a5

Please sign in to comment.