Remove content column from Notes Table
This commit is contained in:
@@ -8,7 +8,6 @@ interface Note : Entity<Note> {
|
||||
|
||||
val id: Int
|
||||
var title: String
|
||||
var content: String
|
||||
var user: User
|
||||
var lastViewed: LocalDateTime?
|
||||
}
|
||||
Reference in New Issue
Block a user