Skip to content

Commit

Permalink
add backfill job
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Sep 19, 2023
1 parent 392a723 commit 7360160
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/core/priv/repo/seeds/015_backfill_plans.exs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import Botanist

seed do
Core.Services.Payments.backfill_plan_features()
end
1 change: 1 addition & 0 deletions apps/graphql/lib/graphql/schema/payments.ex
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ defmodule GraphQl.Schema.Payments do
field :user_management, :boolean
field :audit, :boolean
field :database_management, :boolean
field :cd, :boolean
end

object :service_level do
Expand Down

0 comments on commit 7360160

Please sign in to comment.