Merge pull request #2008 from dnrce/apply-migration

Update schema.rb with RemoveProjectHiddenStateFromTodos migration
This commit is contained in:
Dan Rice 2016-05-15 22:36:43 -04:00
commit 2f1d7a62b0

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"