Skip to content

Commit

Permalink
Increased size of the ip address column.
Browse files Browse the repository at this point in the history
  • Loading branch information
nbitounis committed Jun 5, 2020
1 parent d507bd3 commit ab28c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sql/ses_notifications_init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ CREATE TABLE ses_notifications.openevents (
recipients varchar(64000) NULL COLLATE "ucs_basic",
opened_at timestamptz NULL,
user_agent varchar(1024) NULL,
ip_address varchar(32) NULL
ip_address varchar(128) NULL
);
CREATE INDEX openevents_recipients_idx ON ses_notifications.openevents USING btree (recipients);
CREATE INDEX openevents_from_idx ON ses_notifications.openevents USING btree (source);
Expand Down

0 comments on commit ab28c95

Please sign in to comment.