Update schema.rb with RemoveProjectHiddenStateFromTodos migration

This commit is contained in:
Dan Rice 2016-05-15 20:29:21 -04:00
parent 7472488001
commit 777dc10d49

View file

@ -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"