Add originally published at migration (#2085)

This commit is contained in:
Ben Halpern 2019-03-16 21:15:29 -04:00 committed by GitHub
parent e3760fc215
commit 158640e3f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,5 @@
class AddOriginallyPublishedAt < ActiveRecord::Migration[5.1]
def change
add_column :articles, :originally_published_at, :datetime
end
end