Skip to content

Commit

Permalink
Updates Registration model to permit waitlist pre-auth (Mongoid upgra…
Browse files Browse the repository at this point in the history
…de bug fix)
  • Loading branch information
toomuchpete committed Mar 30, 2024
1 parent 80c2ff1 commit 19b185c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/models/registration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ class Registration
field :paid, type: Boolean
field :status
field :player_strength
field :pre_auithorization
field :waitlist_timestamp, type: DateTime
field :signup_timestamp, type: DateTime
field :payment_timestamps, type: Hash, default: {}
field :pair, type: Hash
Expand Down

0 comments on commit 19b185c

Please sign in to comment.