Skip to content

Commit

Permalink
[TASK] Update sys_dmail_maillog.rid field definition to be able to sa…
Browse files Browse the repository at this point in the history
…ve full auth code
  • Loading branch information
imminger committed Feb 6, 2023
1 parent b371ed9 commit b5e6434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext_tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ CREATE TABLE sys_dmail_group_mm (
CREATE TABLE sys_dmail_maillog (
uid int(11) unsigned NOT NULL auto_increment,
mid int(11) unsigned DEFAULT '0' NOT NULL,
rid varchar(11) DEFAULT '0' NOT NULL,
rid varchar(40) DEFAULT '0' NOT NULL,
email varchar(255) DEFAULT '' NOT NULL,
rtbl char(1) DEFAULT '' NOT NULL,
tstamp int(11) unsigned DEFAULT '0' NOT NULL,
Expand Down

0 comments on commit b5e6434

Please sign in to comment.