Closed brianjp93 closed 1 month ago
LGTM, also added Dave, as he's a better judge.
Did the tables also get deleted? Where does the code do that?
@vinniefalco Yes, there is a migration file created by deleting the message model. https://github.com/boostorg/website-v2/pull/1363/files#diff-cf1b0c71fd0d510791428f09f54018a3389600f36dc90ab469f1f4e1263cf85e That migration file produces this sql.
BEGIN;
--
-- Delete model MailingListMessage
--
DROP TABLE "mailing_list_mailinglistmessage" CASCADE;
COMMIT;