This plugin will check payment meta data which stored in *give_ paymentmeta table and create new meta key without deleting existing payment meta if missing.
-
https://github.com/impress-org/give-database-healthcheck/tree/recover-donation-metadata-and-table
This branch will be use to recover donation metadata and create*_give_donationmeta
table if missing. After updating from Give < 2.0, we found that most of casesdonation_id
hasNULL
value, so this branch helps to fix that issue. -
https://github.com/impress-org/give-database-healthcheck/tree/missing-comment-table
This branch will use to create*_give_comments
table and move donation and donor note to this table. After updating from Give < 2.3.0, we found that comment table does not exist in most of sites, so this branch we help to fix that issue.