maybe I should add migrations...

This commit is contained in:
jomo
2015-04-24 00:43:29 +02:00
parent 542b235f23
commit d1c360959f
2 changed files with 13 additions and 0 deletions
@@ -0,0 +1,6 @@
class AddTimestampsToInfo < ActiveRecord::Migration
def change
add_column :info, :created_at, :datetime
add_column :info, :updated_at, :datetime
end
end