X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=sql%2Fsql.d%2F070-add-mailmgmt.sql;h=cef0248632a403c65a4412ed200ea50a159080d2;hb=a14d9d7ed95e0ad85851e423d4d3295b00e35d2b;hp=8f8057a7e5baaf305dfd1948b302e47895bef707;hpb=ea90fe3a8a0952838a454d3613952597b1e58959;p=brisk.git diff --git a/sql/sql.d/070-add-mailmgmt.sql b/sql/sql.d/070-add-mailmgmt.sql index 8f8057a..cef0248 100644 --- a/sql/sql.d/070-add-mailmgmt.sql +++ b/sql/sql.d/070-add-mailmgmt.sql @@ -10,4 +10,4 @@ CREATE TABLE #PFX#mails ( subj text, -- email subject body_txt text, -- email body (text version) body_htm text, -- email body (html version) - refs text); -- email references + hash text); -- reference hash to complete registration