Skip to content

Commit

Permalink
Merge pull request #203 from jCalamari/master
Browse files Browse the repository at this point in the history
Generated tables using deprecated 'simple' from code-gen example, Slick 3.0+
  • Loading branch information
tminglei committed Aug 24, 2015
2 parents 2978a22 + 4f920b1 commit f6dca30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ object ${container} extends {
/** Slick data model trait for extension, choice of backend or usage in the cake pattern. (Make sure to initialize this late.) */
trait ${container}${parentType.map(t => s" extends $t").getOrElse("")} {
val profile: $profile
import profile.simple._
import profile.api._
${indent(code)}
}
""".trim()
Expand Down

0 comments on commit f6dca30

Please sign in to comment.