Skip to content

Commit

Permalink
Run against the database consistency todo file
Browse files Browse the repository at this point in the history
No sense in having on if we don't run against it. It's not
done by default.
  • Loading branch information
hennevogel committed Feb 28, 2023
1 parent 1630690 commit 9edb0b3
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 9edb0b3

Please sign in to comment.