aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema.rb
diff options
context:
space:
mode:
authorcedricnjanga2017-10-24 19:10:11 +0200
committercedricnjanga2017-10-24 19:10:11 +0200
commita8ae0d3bf9105b17bfdb6dc22f527140f8edb6dd (patch)
tree50bb2f3af42be39b85c17d070971b218c2b495a5 /db/schema.rb
parent545671efd71380722dbc3272f5f513ea684891bd (diff)
parent2568e7f7553c82adb0bed1521ef9f013df9df87e (diff)
downloadchouette-core-a8ae0d3bf9105b17bfdb6dc22f527140f8edb6dd.tar.bz2
Merge branch 'master' into staging
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 181c83402..a64a426de 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -408,9 +408,9 @@ ActiveRecord::Schema.define(version: 20171016074044) 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