Fix schema. Add safe_model_attributes for pipelines

This commit is contained in:
Shinya Maeda 2017-08-31 20:25:25 +09:00
parent 07f7a01b4d
commit f3d3cecf5a
2 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20170830125940) do
ActiveRecord::Schema.define(version: 20170824162758) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"

View File

@ -224,6 +224,7 @@ Ci::Pipeline:
- lock_version
- auto_canceled_by_id
- pipeline_schedule_id
- protected
Ci::Stage:
- id
- name