From 472eb4736ef897a7f0ab036397a71f1594a8d2ec Mon Sep 17 00:00:00 2001 From: huang Date: Thu, 21 Jul 2016 16:17:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=95=B0=E6=8D=AE=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/migrate/20160721075236_create_commits.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/migrate/20160721075236_create_commits.rb b/db/migrate/20160721075236_create_commits.rb index 5482c10c5..555bf72f1 100644 --- a/db/migrate/20160721075236_create_commits.rb +++ b/db/migrate/20160721075236_create_commits.rb @@ -5,7 +5,7 @@ class CreateCommits < ActiveRecord::Migration t.string :version t.string :committer t.text :comments - t.date :committed_on + t.datetime :committed_on t.integer :project_id t.timestamps