Skip to content

Commit

Permalink
don't change the column in the forward table yet
Browse files Browse the repository at this point in the history
  • Loading branch information
michield committed Dec 25, 2023
1 parent 7ea7958 commit 30cb39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public_html/lists/admin/structure.php
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@
),
'user_message_forward' => array(
'id' => array('integer not null primary key auto_increment', 'ID'),
'userid' => array('integer not null', 'subscriber ID'),
'user' => array('integer not null', 'subscriber ID'),
'message' => array('integer not null', 'Message ID'),
'forward' => array('varchar(255)', 'Forward email'),
'status' => array('varchar(255)', 'Status of forward'),
Expand Down

0 comments on commit 30cb39a

Please sign in to comment.