You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
search for existing issues. If a bug report exists for the issue you are trying to fix, and it's open, post your suggestion there
We prefer to post suggestions in already open issues since they usually contain useful info such as comments from contributors, fixes, links to various sources
always start suggestion by -- in case previous SQL file has no newline
don't DELETE + INSERT to update only few fields of one row
Re-inserting a whole row to change one or more fields makes it harder to review and track changes. Reasonable only if all data is going to be changed(only few tables such as smart_scripts)