th: db: add quote_id migration
parent
9c60149f15
commit
4681e0c00e
|
@ -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 New Issue