mirror of
https://github.com/dnote/dnote
synced 2026-03-17 07:55:50 +01:00
Remove public from notes
This commit is contained in:
parent
bb84369611
commit
fe940aa2ce
13 changed files with 43 additions and 320 deletions
|
|
@ -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"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue