From 777dc10d49b2319254bb70e7b3194b928f49a953 Mon Sep 17 00:00:00 2001 From: Dan Rice Date: Sun, 15 May 2016 20:29:21 -0400 Subject: [PATCH] Update schema.rb with RemoveProjectHiddenStateFromTodos migration --- db/schema.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index 6f647e2a..cd711de6 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -11,7 +11,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema.define(version: 20150805144100) do +ActiveRecord::Schema.define(version: 20160131233303) do create_table "attachments", force: true do |t| t.integer "todo_id"