Merge pull request #291 from kmycode/upstream-20231116
Upstream 20231116
This commit is contained in:
commit
eaa9ade59b
274 changed files with 3864 additions and 2574 deletions
|
@ -0,0 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class AddURLToPreviewCardsStatuses < ActiveRecord::Migration[7.0]
|
||||
def change
|
||||
add_column :preview_cards_statuses, :url, :string
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue