Add `published_at` attribute to preview cards (#26153)
parent
e6475f79d7
commit
ca6ff4f9a1
@ -0,0 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class AddPublishedAtToPreviewCards < ActiveRecord::Migration[7.0]
|
||||
def change
|
||||
add_column :preview_cards, :published_at, :datetime
|
||||
end
|
||||
end
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue