Remove content column from Notes Table

This commit is contained in:
2020-04-19 17:37:42 +02:00
parent 0dd4886846
commit b9ef05c10d
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -8,7 +8,6 @@ interface Note : Entity<Note> {
val id: Int
var title: String
var content: String
var user: User
var lastViewed: LocalDateTime?
}