Skip to content

Adds GitlabSubscriptions::SeatAssignment model

Vijay Hawoldar requested to merge vij-add-seat-assignments-table into master

What does this MR do and why?

Adds GitlabSubscriptions::SeatAssignment model

In order to track member activity and seat usage within a namespace hierarchy, we are adding a new table, subscription_seat_assignments .

The table is also intended to be used for Seat Assignments Model in future, hence the naming.

In the first version, the table will be used to track user activity based on the root_namespace that they are member of.

Related to: [BE] Add new table for tracking (#482391 - closed)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Bishwa Hang Rai

Merge request reports

Loading