Skip to content
Snippets Groups Projects

Add database structure for add-ons

Merged Corinna Gogolok requested to merge 408494_add_add_on_database_tables into master
16 files
+ 112
92
Compare changes
  • Side-by-side
  • Inline
Files
16
  • ee3c1846
    Address database review feedback · ee3c1846
    Corinna Gogolok authored
    This change removes the extra migrations for adding the text limits. It
    renames the two new database tables to be less generic by including a
    `subscription_` before the `add_ons` part. The association between
    a purchased add-on and a namespace is now reflected in the `Namespace`
    model too.
---
---
table_name: purchased_add_ons
table_name: purchased_subscription_add_ons
description: Stores add-on purchases information
description: Stores add-on purchases information
introduced_by_url: TBU
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/122662
milestone: '16.1'
milestone: '16.1'
feature_categories:
feature_categories:
- subscription_management
- subscription_management
Loading