Remove public from notes

This commit is contained in:
Sung 2025-10-19 16:55:04 -07:00
commit fe940aa2ce
13 changed files with 43 additions and 320 deletions

View file

@ -53,7 +53,6 @@ type Note struct {
Body string `json:"content"`
AddedOn int64 `json:"added_on"`
EditedOn int64 `json:"edited_on"`
Public bool `json:"public" gorm:"default:false"`
USN int `json:"-" gorm:"index"`
Deleted bool `json:"-" gorm:"default:false"`
Client string `gorm:"index"`