Actions
Bug #24220
closedUser session database information about tenants should not break in 8.1
Pull Request:
Severity:
Critical - prevents main use of Rudder | no workaround | data loss | security
UX impact:
User visibility:
Effort required:
Small
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No
Description
We added a tenants
column in the usersessions
table in #23440 because we plan to store tenants information each time a user logs in.
But in the 7.3 version of the table introduced in #24146, the column does not yet exist.
- we need a migration for the
tenants
column with empty tenants by default. - we also need to change the type of stored tenants to a list of tenant ids, introduced in #24140
Actions