add logo_url to landing questions; add color/foto_perfil extraction to vcard
This commit is contained in:
@@ -20,6 +20,7 @@ type LandingSession struct {
|
||||
UserWebsite string `json:"user_website" gorm:"column:user_website"`
|
||||
UserAddress string `json:"user_address" gorm:"column:user_address"`
|
||||
SocialMedia string `json:"social_media" gorm:"column:social_media"`
|
||||
LogoUrl string `json:"logo_url" gorm:"column:logo_url"`
|
||||
// Historial de mensajes almacenado como JSON
|
||||
AnswersJSON string `json:"-" gorm:"column:answers_json;type:text"`
|
||||
HTMLContent string `json:"html_content,omitempty" gorm:"column:html_content;type:text"`
|
||||
|
||||
Reference in New Issue
Block a user