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

Store changes as json in logging table #399

Open
supertassu opened this issue Dec 12, 2020 · 0 comments
Open

Store changes as json in logging table #399

supertassu opened this issue Dec 12, 2020 · 0 comments
Assignees

Comments

@supertassu
Copy link
Collaborator

We currently store data in log_entries.action - we really shouldn't. That's a varchar(191), that is bound to cause issues in the future. Let's just store that as JSON. We don't need to search log entries from database based on that, right?

For example, modified user - queue wiki permission reload,enwiki: -tooladmin should be modified user (or edited or something similar) with rest of that as structured JSON.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant