Upstream sync
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
package models
|
||||
|
||||
import "github.com/jinzhu/gorm"
|
||||
|
||||
type TextTemplate struct {
|
||||
gorm.Model
|
||||
Value string
|
||||
BaseModel
|
||||
Name string `json:"name"`
|
||||
Value string `json:"value"`
|
||||
}
|
||||
|
||||
func (TextTemplate) Update() (bool, error) {
|
||||
|
||||
Reference in New Issue
Block a user