Skip to content

Commit

Permalink
fix Properties index
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatov committed Aug 5, 2011
1 parent 622b312 commit 33b5427
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ class Property extends LongKeyedMapper[Property] {

def primaryKeyField = id
object id extends MappedLongIndex(this)
object key extends MappedString(this, 255) {
override def dbIndexed_? = true
}
object key extends MappedString(this, 255)
object value extends MappedText(this)
}

Expand Down

0 comments on commit 33b5427

Please sign in to comment.