0
0
Fork 0

Add published_at attribute to preview cards (#26153)

This commit is contained in:
Eugen Rochko 2023-07-25 13:40:35 +02:00 committed by GitHub
parent 49d2e8979f
commit 7bd8ef355c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 225 additions and 221 deletions

View file

@ -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