Add title column to chapters

This commit is contained in:
2020-04-20 00:11:47 +02:00
parent 0335c1eb08
commit 142b94722e
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@ interface Chapter : Entity<Chapter> {
val id: Int
var number: Int
var title: String
var content: String
var note: Note
}