Add initial support for ingesting and verifying remote quote posts (#34370)
This commit is contained in:
parent
a324edabdf
commit
df2611a10f
33 changed files with 1643 additions and 22 deletions
7
db/migrate/20250411095859_add_quote_id_to_status_edit.rb
Normal file
7
db/migrate/20250411095859_add_quote_id_to_status_edit.rb
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class AddQuoteIdToStatusEdit < ActiveRecord::Migration[8.0]
|
||||
def change
|
||||
add_column :status_edits, :quote_id, :bigint, null: true
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue