-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Data Integrity Flag] Remove unused module (#5824)
Remove unused data_integrity_flag module. This module presents an unnecessary maintenance overhead and to the best of our knowledge is unused by any LORIS instances.
- Loading branch information
Showing
18 changed files
with
5 additions
and
751 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
DROP TABLE IF EXISTS `data_integrity_flag`; | ||
|
||
DELETE FROM LorisMenuPermissions WHERE PermID IN (SELECT permID FROM permissions WHERE code='data_integrity_flag'); | ||
DELETE FROM permissions where code='data_integrity_flag'; | ||
DELETE FROM LorisMenu WHERE Link='data_integrity_flag/'; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
156 changes: 0 additions & 156 deletions
156
modules/data_integrity_flag/jsx/dataIntegrityFlagIndex.js
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.