diff options
| author | Alban Peignier | 2018-03-09 15:28:35 +0100 | 
|---|---|---|
| committer | Alban Peignier | 2018-03-09 15:28:39 +0100 | 
| commit | 665727fc7392de55bb19b8f9ccac90b068e86ba5 (patch) | |
| tree | cec88605d422c59566c0e808f968c2329941c4d4 /db/schema.rb | |
| parent | 523d3e418539cfe6af98bdcbae82d1f7d3fdd3c0 (diff) | |
| download | chouette-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.rb | 2 | 
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  | 
