Skip to content

Commit

Permalink
[api] use valid time format
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Jan 20, 2012
1 parent 977eb0d commit 0622144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/db/migrate/20120119204300_add_update_timestamp.rb
@@ -1,6 +1,6 @@
class AddUpdateTimestamp < ActiveRecord::Migration
def self.up
add_column :issue_trackers, :issues_updated, :timestamp, :default => 0
add_column :issue_trackers, :issues_updated, :timestamp, :default => Time.now
end

def self.down
Expand Down

0 comments on commit 0622144

Please sign in to comment.