Commit bf99ce7b authored by Felipe Artur's avatar Felipe Artur

Fix specs

parent 7b79f6ab
......@@ -25,12 +25,12 @@ describe 'Database schema' do
events: %w[target_id],
forked_project_links: %w[forked_from_project_id],
identities: %w[user_id],
issues: %w[last_edited_by_id],
issues: %w[last_edited_by_id state_id],
keys: %w[user_id],
label_links: %w[target_id],
lfs_objects_projects: %w[lfs_object_id project_id],
members: %w[source_id created_by_id],
merge_requests: %w[last_edited_by_id],
merge_requests: %w[last_edited_by_id state_id],
namespaces: %w[owner_id parent_id],
notes: %w[author_id commit_id noteable_id updated_by_id resolved_by_id discussion_id],
notification_settings: %w[source_id],
......
......@@ -11,6 +11,7 @@ Issue:
- branch_name
- description
- state
- state_id
- iid
- updated_by_id
- confidential
......@@ -158,6 +159,7 @@ MergeRequest:
- created_at
- updated_at
- state
- state_id
- merge_status
- target_project_id
- iid
......
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