mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-03-23 09:31:54 +01:00
Added support for mail notifications and WIP JIRA export.
This commit is contained in:
9
app/models/ExportPlatformTables.scala
Normal file
9
app/models/ExportPlatformTables.scala
Normal file
@@ -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