Commit 5e6383d4 authored by Alper Akgun's avatar Alper Akgun

Merge branch 'aa-add-subscription-history-comment' into 'master'

Add subscription history creation comment

See merge request gitlab-org/gitlab!57206
parents 10dd7966 f423f2af
# frozen_string_literal: true
# GitlabSubscriptionHistory records the previous value before change.
# `gitlab_subscription_created` is not used. Because there is no previous value before creation.
class GitlabSubscriptionHistory < ApplicationRecord
enum change_type: [:gitlab_subscription_created,
:gitlab_subscription_updated,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment