diff options
| author | cedricnjanga | 2018-01-04 10:40:26 +0100 | 
|---|---|---|
| committer | cedricnjanga | 2018-01-04 10:40:49 +0100 | 
| commit | 28d3edbe08b2e8ff55b1f586b0652086f3beb18c (patch) | |
| tree | 9e53a774bc330fcccd71104af09053728991a5b1 /db | |
| parent | afd3b615aa880145aade35780679bb744df21a47 (diff) | |
| download | chouette-core-28d3edbe08b2e8ff55b1f586b0652086f3beb18c.tar.bz2 | |
Refs ##5461 Add validation on some Compliance Controls to avoid negative values on dynamic attributes
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 943af87c1..e6fdd9d74 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -403,9 +403,9 @@ ActiveRecord::Schema.define(version: 20171227113809) 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  | 
