aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema.rb
diff options
context:
space:
mode:
authorLuc Donnet2017-12-05 17:28:25 +0100
committerGitHub2017-12-05 17:28:25 +0100
commit9f1aa4d40d7d968963dae5799e15ad5da4cbcbc5 (patch)
treeca3ab17437207e04b7aabaca313078b0f4327163 /db/schema.rb
parente66e96516094151f352b14b0dca6e6994e7eb4d0 (diff)
parentb0bf768dfc1b977bcc758ba974cdd1494d7bab56 (diff)
downloadchouette-core-9f1aa4d40d7d968963dae5799e15ad5da4cbcbc5.tar.bz2
Merge pull request #132 from af83/5127_new_api_endpoints
Refs #5127 Add two new endpoints to the API
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 4650d8812..c94b43da1 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -195,6 +195,7 @@ ActiveRecord::Schema.define(version: 20171128112629) do
t.string "name"
t.datetime "started_at"
t.datetime "ended_at"
+ t.datetime "notified_parent_at"
end
add_index "compliance_check_sets", ["compliance_control_set_id"], name: "index_compliance_check_sets_on_compliance_control_set_id", using: :btree