mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-30 01:35:32 +00:00
Added DB models
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
package dbmodels
|
||||
|
||||
type AnnotatioNotes struct {
|
||||
Annotation string `json:",omitempty" db:"annotation"`
|
||||
Notes string `json:",omitempty" db:"edit_comment"`
|
||||
}
|
||||
|
||||
type FieldMetaData struct {
|
||||
MetaData MetaData `json:",omitempty" db:"edit_fielddata"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user