Skip to content

Commit

Permalink
redo payments migration
Browse files Browse the repository at this point in the history
  • Loading branch information
cycomachead committed Jul 31, 2024
1 parent c75f686 commit bcb8180
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/models/payment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# id :bigint not null, primary key
# amount :integer
# authorization_code :string
# currency :string
# last4 :string
# status :integer default("unpaid"), not null
# created_at :datetime not null
Expand Down
1 change: 1 addition & 0 deletions spec/factories/payments.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# id :bigint not null, primary key
# amount :integer
# authorization_code :string
# currency :string
# last4 :string
# status :integer default("unpaid"), not null
# created_at :datetime not null
Expand Down
1 change: 1 addition & 0 deletions spec/models/payment_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# id :bigint not null, primary key
# amount :integer
# authorization_code :string
# currency :string
# last4 :string
# status :integer default("unpaid"), not null
# created_at :datetime not null
Expand Down

0 comments on commit bcb8180

Please sign in to comment.