th: db: add quote_id migration
This commit is contained in:
parent
9c60149f15
commit
4681e0c00e
1 changed files with 5 additions and 0 deletions
5
db/migrate/20221224204906_add_quote_id_to_statuses.rb
Normal file
5
db/migrate/20221224204906_add_quote_id_to_statuses.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddQuoteIdToStatuses < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
add_column :statuses, :quote_id, :bigint, null: true, default: nil
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue