systopia / de.systopia.donrec

CiviCRM Donation Receipts Extension
GNU Affero General Public License v3.0
15 stars 25 forks source link

Prefix tables with `civicrm_` #127

Open bjendres opened 3 years ago

bjendres commented 3 years ago

The donrec_profile table should probably be called civicrm_donrec_profile so it would be added to the extended logging. It's quite an important table to log changes for.

jensschuppe commented 6 months ago

The donrec_snapshot table should be renamed as well. Tables that don't start with civicrm_ will not be included in things like extended logging and System.utf8conversion.

The ultimate goal, however, should be to make things in this extension real CiviCRM entities, and for profiles to use systopia/config-profiles, see #173.