Merge remote-tracking branch 'parent/main' into kbtopic-remove-quote
This commit is contained in:
commit
f3c3ea42c2
301 changed files with 6618 additions and 3070 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