Problem/Motivation

Getting rid of custom schema and DB queries.

Proposed resolution

We could store the user settings as a field on user, or probably easier: using the user.data service (users_data table).

Remaining tasks

User interface changes

API changes

Data model changes

Comments

Arla created an issue. See original summary.

gnuget’s picture

Status: Active » Needs review
StatusFileSize
new27.48 KB

Ok.

Here a first try.

This still needs a hook_update to migrate the users from the old table to the userData table.

also, it needs another hook_update to delete the old table.

gnuget’s picture

StatusFileSize
new20.02 KB
gnuget’s picture

StatusFileSize
new3.6 KB
new23.61 KB

New patch this one includes the hook_update that migrate all the settings to the user_data table.

  • gnuget committed e0c90c4 on 8.x-1.x
    Issue #2618172 by gnuget: Switch from custom schema '...
gnuget’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.