diff options
| author | cedricnjanga | 2018-01-16 15:34:37 +0100 | 
|---|---|---|
| committer | cedricnjanga | 2018-01-16 15:35:25 +0100 | 
| commit | 3ccd38eaf70078271813c98a8ead64d6cb94230c (patch) | |
| tree | 3f84131be3e8f19e56b42777ceca36527a706057 /db | |
| parent | 70557bd0a5ab774a44d2bc5b61e01f39d6e9a9db (diff) | |
| download | chouette-core-3ccd38eaf70078271813c98a8ead64d6cb94230c.tar.bz2 | |
Finalize CSV export for ComplianceCheckMessage and Import<essage
Diffstat (limited to 'db')
| -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 0f5d796c5..2c5520110 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -416,9 +416,9 @@ ActiveRecord::Schema.define(version: 20180111200406) 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 | 
