Switch to PostgreSQL

This commit is contained in:
Šesták Vít
2020-01-23 10:02:05 +01:00
parent 7dfe71b8b9
commit 2db75d0617
7 changed files with 15 additions and 18 deletions

View File

@@ -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]