Change “legacy” non-fast-tracked quote posts to not be displayed as such (#34945)
This commit is contained in:
parent
09208eafa4
commit
3d474807bf
7 changed files with 26 additions and 5 deletions
7
db/migrate/20250605110215_add_legacy_to_quotes.rb
Normal file
7
db/migrate/20250605110215_add_legacy_to_quotes.rb
Normal file
|
@ -0,0 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class AddLegacyToQuotes < ActiveRecord::Migration[8.0]
|
||||
def change
|
||||
add_column :quotes, :legacy, :boolean, null: false, default: false
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue