Skip to content

Commit

Permalink
db: add quote_id migration
Browse files Browse the repository at this point in the history
  • Loading branch information
kaniini committed Dec 25, 2022
1 parent 0b48ae2 commit a697e1d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions db/migrate/20221224204906_add_quote_id_to_statuses.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class AddQuoteIdToStatuses < ActiveRecord::Migration[6.1]
def change
add_column :statuses, :quote_id, :bigint, null: true, default: nil
end
end

0 comments on commit a697e1d

Please sign in to comment.