Skip to content

Add plan limits for Premium and Ultimate

What does this MR do?

Adds plan limits for Premium and Ultimate, copying from Silver and Gold, respectively. This is based on the investigation in #328783 (comment 619958871), where we found out these plan limits were missing.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Database migration output

Added for compliance with the process, but it is not very meaningful because it copies at most records, and on my computer it does literally nothing. I suggest reviewing the tests thoroughly instead.

$ bin/rails db:migrate RAILS_ENV=test
== 20210706213537 AddPremiumAndUltimatePlanLimits: migrating ==================
== 20210706213537 AddPremiumAndUltimatePlanLimits: migrated (0.0000s) =========

$  bin/rails db:rollback RAILS_ENV=test
== 20210706213537 AddPremiumAndUltimatePlanLimits: reverting ==================
== 20210706213537 AddPremiumAndUltimatePlanLimits: reverted (0.0000s) =========
Edited by Hordur Freyr Yngvason

Merge request reports