mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-06-18 04:29:43 +02:00
Added support for mail notifications and WIP JIRA export.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package models
|
||||
|
||||
import models.profile.api._
|
||||
|
||||
abstract class ExportPlatformTables[T, U] private[models] () {
|
||||
val tickets: TableQuery[_ <: ExportedVulnerabilities[T, U]]
|
||||
val projects: TableQuery[_ <: ExportedVulnerabilityProjects]
|
||||
def schema = tickets.schema ++ projects.schema
|
||||
}
|
||||
Reference in New Issue
Block a user