aboutsummaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
authorGuillaume2017-10-02 12:41:27 +0200
committerGuillaume2017-10-02 12:41:27 +0200
commit0f16c936c211a6ab7324e0765f0ef4a8bcf28aa8 (patch)
tree45e5c517e808bef6695b539c1a7132f8b19d7d21 /db
parenteaf5b3fd868d68856ef94e18656dac39096d866b (diff)
downloadchouette-core-0f16c936c211a6ab7324e0765f0ef4a8bcf28aa8.tar.bz2
add show link for compliance_control_block, wording links Refs #4659
Diffstat (limited to 'db')
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 792b42258..91ffdd60c 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -402,9 +402,9 @@ ActiveRecord::Schema.define(version: 20171002080526) 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