aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb8
1 files changed, 7 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 608a611a3..db0687c1f 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
-ActiveRecord::Schema.define(version: 20171003123007) do
+ActiveRecord::Schema.define(version: 20171003130549) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@@ -194,6 +194,12 @@ ActiveRecord::Schema.define(version: 20171003123007) do
t.string "parent_type"
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
+ t.string "current_step_id"
+ t.string "string"
+ t.float "current_step_progress"
+ t.string "name"
+ t.datetime "started_at"
+ t.datetime "ended_at"
end
add_index "compliance_check_sets", ["compliance_control_set_id"], name: "index_compliance_check_sets_on_compliance_control_set_id", using: :btree