aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema.rb
diff options
context:
space:
mode:
authorcedricnjanga2018-01-04 10:40:26 +0100
committercedricnjanga2018-01-04 10:40:49 +0100
commit28d3edbe08b2e8ff55b1f586b0652086f3beb18c (patch)
tree9e53a774bc330fcccd71104af09053728991a5b1 /db/schema.rb
parentafd3b615aa880145aade35780679bb744df21a47 (diff)
downloadchouette-core-28d3edbe08b2e8ff55b1f586b0652086f3beb18c.tar.bz2
Refs ##5461 Add validation on some Compliance Controls to avoid negative values on dynamic attributes
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 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