mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-03-18 23:34:34 +01:00
Fixed issues not exporting when they disappear
This commit is contained in:
@@ -5,5 +5,5 @@ 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
|
||||
def schema: models.profile.DDL = tickets.schema ++ projects.schema
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user