Commit e53837ee authored by Vladislav Bogdashkin's avatar Vladislav Bogdashkin 🎣

added issue

parent c4dc575a
......@@ -17,7 +17,7 @@ interface ImageAlbum : Persistable {
val sort:Int
@get:Convert(IsoDateConverter::class)
val date: Date
@get:JunctionTable(name= "AlbumParentness")
@get:ForeignKey(references = ImageAlbum::class, referencedColumn = "id")
//TODO(create separate custom junction parent table)
val parent_id:Int
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment