Commit f423f2af authored by Alper Akgun's avatar Alper Akgun

Add subscription history creation comment

parent b600e106
# 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