mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-06 21:45:50 +01:00
(refs #341)Add TODO about Slick 2.0 migration
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package object model extends {
|
||||
// TODO
|
||||
// TODO [Slick 2.0]Should be configurable?
|
||||
val profile = slick.driver.H2Driver
|
||||
// TODO [Slick 2.0]To avoid compilation error about delete invocation. Why can't this error be resolved by import profile.simple._?
|
||||
val simple = profile.simple
|
||||
|
||||
} with AccountComponent
|
||||
|
||||
@@ -2,6 +2,7 @@ package service
|
||||
|
||||
import model._
|
||||
import simple._
|
||||
// TODO [Slick 2.0]NOT import directly?
|
||||
import model.dateColumnType
|
||||
import service.SystemSettingsService.SystemSettings
|
||||
import util.StringUtil._
|
||||
|
||||
@@ -2,6 +2,7 @@ package service
|
||||
|
||||
import model._
|
||||
import simple._
|
||||
// TODO [Slick 2.0]NOT import directly?
|
||||
import model.dateColumnType
|
||||
|
||||
trait MilestonesService {
|
||||
|
||||
Reference in New Issue
Block a user