aboutsummaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
authorcedricnjanga2017-12-15 11:54:12 +0100
committerLuc Donnet2017-12-21 13:54:07 +0100
commit70e46cba80443fb615e1f7182422c8de6d96e7c3 (patch)
tree080d965835b3fcb1cbba8612da4dfbe8354a53be /db
parent0cf1d52d1dfc83fe304c7f3b7f7e1114ade28c11 (diff)
downloadchouette-core-70e46cba80443fb615e1f7182422c8de6d96e7c3.tar.bz2
Handle page title error display
attempt to add select tag for model color
Diffstat (limited to 'db')
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 36128807a..faf7f3a1e 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -416,9 +416,9 @@ ActiveRecord::Schema.define(version: 20171214130636) do
t.string "type"
t.integer "parent_id", limit: 8
t.string "parent_type"
- t.datetime "notified_parent_at"
t.integer "current_step", default: 0
t.integer "total_steps", default: 0
+ t.datetime "notified_parent_at"
t.string "creator"
end