aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema.rb
diff options
context:
space:
mode:
authorAlban Peignier2018-03-09 15:28:35 +0100
committerAlban Peignier2018-03-09 15:28:39 +0100
commit665727fc7392de55bb19b8f9ccac90b068e86ba5 (patch)
treecec88605d422c59566c0e808f968c2329941c4d4 /db/schema.rb
parent523d3e418539cfe6af98bdcbae82d1f7d3fdd3c0 (diff)
downloadchouette-core-665727fc7392de55bb19b8f9ccac90b068e86ba5.tar.bz2
Create ci:build, ci:docker and ci:docker:clean. Rename config/database/jenkins.yml in ci.yml. Refs #6047
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 27e38e1b7..e29d076e0 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -421,9 +421,9 @@ ActiveRecord::Schema.define(version: 20180301142531) 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