Commit 01cea0d5 authored by Shinya Maeda's avatar Shinya Maeda

Suppress Import/Export function warnings. Add comment for confirmation.

parent b5f252bd
......@@ -39,7 +39,7 @@ project_tree:
- :author
- :events
- :statuses
- :triggers
- :triggers # TODO: Need to confirm
- :deploy_keys
- :services
- :hooks
......
......@@ -99,6 +99,7 @@ triggers:
- project
- trigger_requests
- owner
- trigger_schedule
deploy_keys:
- user
- deploy_keys_projects
......@@ -194,6 +195,7 @@ project:
- runners
- variables
- triggers
- trigger_schedules
- environments
- deployments
- project_feature
......
......@@ -240,6 +240,16 @@ Ci::Trigger:
- updated_at
- owner_id
- description
- ref
Ci::TriggerSchedule:
- id
- project_id
- trigger_id
- deleted_at
- created_at
- updated_at
- cron
- next_run_at
DeployKey:
- id
- user_id
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment