Skip to content

Commit

Permalink
Merge pull request #13914 from hennevogel/bugfix/db-cons-fix
Browse files Browse the repository at this point in the history
Run against the database consistency todo file
  • Loading branch information
hellcp-work committed Feb 28, 2023
2 parents d258e42 + 9edb0b3 commit da2eb97
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/conditional_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ jobs:
bundle exec rake db:migrate
bundle exec rake db:seed
bundle exec rake data:migrate
bundle exec database_consistency
bundle exec database_consistency -c .database_consistency.todo.yml
passenger_tests:
docker:
Expand Down
10 changes: 10 additions & 0 deletions src/api/.database_consistency.todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,9 @@ User:
subaccounts:
MissingIndexChecker:
enabled: false
bs_request_actions_seen_by_users:
MissingIndexChecker:
enabled: false
ec2_configuration:
MissingIndexChecker:
enabled: false
Expand Down Expand Up @@ -1516,6 +1519,13 @@ NotifiedProject:
index_notified_projects_on_notification_id:
RedundantIndexChecker:
enabled: false
BsRequestActionsSeenByUser:
bs_request_action:
ForeignKeyChecker:
enabled: false
user:
ForeignKeyChecker:
enabled: false
RolesStaticPermission:
roles_static_permissions_all_index:
UniqueIndexChecker:
Expand Down

0 comments on commit da2eb97

Please sign in to comment.