2
0
mirror of https://github.com/moebooru/moebooru synced 2025-08-30 21:45:13 +00:00
Files
moebooru/db/migrate/20120830051636_add_updated_at_to_posts.rb

6 lines
122 B
Ruby
Raw Normal View History

2012-08-29 22:31:56 -07:00
class AddUpdatedAtToPosts < ActiveRecord::Migration
def change
add_column :posts, :updated_at, :timestamp
end
end