(self)
| 8 | self.tags = ['default', 'safe', 'databases'] |
| 9 | |
| 10 | def configure(self): |
| 11 | self.match_service_name('^oracle') |
| 12 | |
| 13 | def manual(self, service, plugin_was_run): |
| 14 | service.add_manual_commands('Install ODAT (https://github.com/quentinhardy/odat) and run the following commands:', [ |
nothing calls this directly
no test coverage detected