Skip to content

Move users.prefs to a separate table #481

@briri

Description

@briri

Move the existing users.prefs column into a separate table. The data should be stored as a JSON string. The site runs queries against the users table for every request. Moving this data to a join table will prevent it from being loaded unless needed.

We should also update the logic so that its only storing deviations from the default preferences.

related to: #146

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions