Project:
View Revisions: Issue #57208 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0057208: Several adjustments in the "Sent emails log" project are needed | ||
Revision | 2024-11-20 15:45 by marvintm | ||
Description | Recently the "Sent emails log" project was merged: https://issues.openbravo.com/view.php?id=56953 [^] https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/363b01bf1d26fc1ac8781bcbdddb315bad31a5b1 [^] Some adjustments on several parts are needed: a) Non column database elements should follow the naming convention of starting with the table name. Indexes, foreign keys, ..., of the table OBPOS2_SENT_EMAIL should start exactly by "OBPOS2_SENT_EMAIL" b) column email_address should most probably be mandatory |
||
Revision | 2024-11-20 14:55 by marvintm | ||
Description | Recently the "Sent emails log" project was merged: https://issues.openbravo.com/view.php?id=56953 [^] https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/363b01bf1d26fc1ac8781bcbdddb315bad31a5b1 [^] Some adjustments on several parts are needed: a) Non column database elements should follow the naming convention of starting with the table name. Indexes, foreign keys, ..., of the table OBPOS2_SENT_EMAIL should start exactly by "OBPOS2_SENT_EMAIL" b) column email_address should most probably be mandatory c) Index C_BPARTNER should be partial, removing null values d) There should be an additional partial index for the BPARTNER_EXTREF (I understand that either one or the other will always be set, that is why neither can be mandatory) |
Copyright © 2000 - 2009 MantisBT Group |