mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-08-26 05:14:02 +02:00
Switch to PostgreSQL
This commit is contained in:
@@ -4,7 +4,7 @@ import slick.lifted.TableQuery
|
||||
|
||||
package object odc {
|
||||
|
||||
val profile = slick.driver.MySQLDriver
|
||||
val profile = slick.driver.PostgresDriver
|
||||
|
||||
object tables {
|
||||
val cpeEntries = TableQuery[CpeEntries]
|
||||
|
||||
Reference in New Issue
Block a user