Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BREAKING CHANGE: Convert mail from flat-file to MySQL #230

Merged
merged 2 commits into from
May 21, 2019
Merged

Conversation

luciensadi
Copy link
Owner

This commit revamps the mail system from the buggy flat-file / strictly-sized system to an open-ended MySQL system. It clears out the #93 crashbug and enhances the mailing experience. However, it is a BREAKING CHANGE since you must add the mail SQL to your database.

To do so, execute the statement found in SQL/mail_fixes.sql in your database. This statement will be automatically executed for new databases.

Mail now runs out of MySQL database in the pfiles_mail table. This resolves #93 and should significantly improve the mailing experience.

- Mail from shops will now identify the shopkeeper.
- Mail will tell you the IRL timestamp it was sent on.
@luciensadi luciensadi merged commit eba63e1 into master May 21, 2019
@luciensadi luciensadi deleted the mail-fixes branch May 23, 2019 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant