Persist user preferences for boards
What does this MR do?
Allow to persist board hide_labels
setting for each user on database.
Next step is to serialize the setting and allow the endpoint to persist it.
Migration output
== 20200604145731 CreateBoardUserPreferences: migrating =======================
-- create_table(:board_user_preferences)
-> 0.0253s
-- add_index(:board_user_preferences, [:user_id, :board_id], {:unique=>true})
-> 0.0096s
== 20200604145731 CreateBoardUserPreferences: migrated (0.0350s) ==============
related to #218028 (closed)
Edited by Felipe Cardozo